Fix missing tomcat epoch

Resolves: https://issues.redhat.com/browse/RHEL-16724
This commit is contained in:
Endi S. Dewata 2024-01-15 22:28:08 +07:00
parent 13db6d7657
commit fcce0e68ec
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ BuildRequires: mvn(org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec)
BuildRequires: mvn(org.slf4j:slf4j-api)
# Require the Servlet API 4.0
BuildRequires: (tomcat-servlet-4.0-api >= 9.0.83 or pki-servlet-4.0-api)
Requires: (tomcat-servlet-4.0-api >= 9.0.83 or pki-servlet-4.0-api)
BuildRequires: (tomcat-servlet-4.0-api >= 1:9.0.83 or pki-servlet-4.0-api)
Requires: (tomcat-servlet-4.0-api >= 1:9.0.83 or pki-servlet-4.0-api)
#XXX just to make pki-core build. pki-core should switch to mvn requires
Provides: resteasy-atom-provider