From fcce0e68ec20403f26ca1173eda708dcf2981e98 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 15 Jan 2024 22:28:08 +0700 Subject: [PATCH] Fix missing tomcat epoch Resolves: https://issues.redhat.com/browse/RHEL-16724 --- resteasy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resteasy.spec b/resteasy.spec index f9de84c..df4d734 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -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