@@ -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.2
16+ %global release_number 0.3
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 beta2
22+ %global phase beta3
2323
2424%if 0%{?rhel } && 0%{?rhel } >= 10
2525%global enable_nss_version_pqc_def_flag -DENABLE_NSS_VERSION_PQC_DEF= ON
@@ -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.33
157- BuildRequires: mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.33
158- BuildRequires: mvn(org.apache.tomcat:tomcat-juli) >= 10.1.33
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
159159
160160Requires: %{product_id } = %{version }-%{release }
161- Requires: mvn(org.apache.tomcat:tomcat-catalina) >= 10.1.33
162- Requires: mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.33
163- Requires: mvn(org.apache.tomcat:tomcat-juli) >= 10.1.33
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
164164
165165# Tomcat JSS has been replaced with JSS Connector for Tomcat.
166166# This will remove installed Tomcat JSS packages.
0 commit comments