From 9a9090fe390de68e3d2674597f7af66dbb8585a1 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 17 Jan 2024 11:33:04 +0700 Subject: [PATCH] Fix Tomcat dependencies 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 df4d734..dd9b41a 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 >= 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) +BuildRequires: tomcat-servlet-4.0-api +Requires: tomcat-servlet-4.0-api #XXX just to make pki-core build. pki-core should switch to mvn requires Provides: resteasy-atom-provider