Fix missing tomcat epoch
Resolves: https://issues.redhat.com/browse/RHEL-16724
This commit is contained in:
parent
13db6d7657
commit
fcce0e68ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user