@@ -13,13 +13,13 @@ Name: jss
1313# Downstream release number:
1414# - development/stabilization (unsupported): 0.<n> where n >= 1
1515# - GA/update (supported): <n> where n >= 1
16- %global release_number 0.3
16+ %global release_number 0.4
1717
1818# Development phase:
1919# - development (unsupported): alpha<n> where n >= 1
2020# - stabilization (unsupported): beta<n> where n >= 1
2121# - GA/update (supported): <none>
22- %global phase beta3
22+ %global phase beta4
2323
2424%if 0%{?rhel } && 0%{?rhel } >= 10
2525%global enable_nss_version_pqc_def_flag -DENABLE_NSS_VERSION_PQC_DEF= ON
@@ -65,12 +65,12 @@ ExcludeArch: i686
6565
6666# maven-local is a subpackage of javapackages-tools
6767
68- %if 0%{?fedora } && 0%{?fedora } <= 39 || 0%{? rhel } && 0%{? rhel } <= 9
68+ %if 0%{?fedora } && 0%{?fedora } >= 43
6969
70- %define java_devel java-17 -openjdk-devel
71- %define java_headless java-17 -openjdk-headless
72- %define java_home %{_jvmdir }/jre-17 -openjdk
73- %define maven_local maven-local -openjdk17
70+ %define java_devel java-25 -openjdk-devel
71+ %define java_headless java-25 -openjdk-headless
72+ %define java_home %{_jvmdir }/jre-25 -openjdk
73+ %define maven_local maven-local -openjdk25
7474
7575%else
7676
@@ -153,14 +153,14 @@ This only works with gcj. Other JREs require that JCE providers be signed.
153153Summary: Java Security Services (JSS) Connector for Tomcat
154154
155155# Tomcat
156- BuildRequires: mvn(org.apache.tomcat:tomcat-catalina) >= 10.1.43
157- BuildRequires: mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.43
158- BuildRequires: mvn(org.apache.tomcat:tomcat-juli) >= 10.1.43
156+ BuildRequires: mvn(org.apache.tomcat:tomcat-catalina) >= 10.1.36
157+ BuildRequires: mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.36
158+ BuildRequires: mvn(org.apache.tomcat:tomcat-juli) >= 10.1.36
159159
160160Requires: %{product_id } = %{version }-%{release }
161- Requires: mvn(org.apache.tomcat:tomcat-catalina) >= 10.1.43
162- Requires: mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.43
163- Requires: mvn(org.apache.tomcat:tomcat-juli) >= 10.1.43
161+ Requires: mvn(org.apache.tomcat:tomcat-catalina) >= 10.1.36
162+ Requires: mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.36
163+ Requires: mvn(org.apache.tomcat:tomcat-juli) >= 10.1.36
164164
165165# Tomcat JSS has been replaced with JSS Connector for Tomcat.
166166# This will remove installed Tomcat JSS packages.
@@ -178,8 +178,7 @@ Conflicts: pki-servlet-engine <= 9.0
178178
179179%description -n %{product_id }-tomcat
180180JSS Connector for Tomcat is a Java Secure Socket Extension (JSSE)
181- module for Apache Tomcat that uses Java Security Services (JSS),
182- a Java interface to Network Security Services (NSS).
181+ module for Apache Tomcat that uses Java Security Services (JSS), a Java interface to Network Security Services (NSS).
183182
184183################################################################################
185184%package -n %{product_id }-tools
0 commit comments