Skip to content

Commit fe8c549

Browse files
committed
Adjust reuqirements for the latest tomcat-10.1.43 version.
1 parent e6e8a0f commit fe8c549

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

jss.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
153153
Summary: 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

160160
Requires: %{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.

tomcat-10.1/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
<dependency>
2020
<groupId>org.apache.tomcat</groupId>
2121
<artifactId>tomcat-catalina</artifactId>
22-
<version>10.1.33</version>
22+
<version>10.1.43</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>org.apache.tomcat</groupId>
2727
<artifactId>tomcat-coyote</artifactId>
28-
<version>10.1.33</version>
28+
<version>10.1.43</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>org.apache.tomcat</groupId>
3333
<artifactId>tomcat-juli</artifactId>
34-
<version>10.1.33</version>
34+
<version>10.1.43</version>
3535
</dependency>
3636

3737
<dependency>

0 commit comments

Comments
 (0)