Skip to content

Commit

Permalink
Drop dependency on pki-servlet-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jan 16, 2024
1 parent aa01eed commit 70094c0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tomcatjss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ BuildRequires: slf4j-jdk14
BuildRequires: jss = 4.10

# Tomcat
%if 0%{?rhel} && ! 0%{?eln}
BuildRequires: pki-servlet-engine >= 1:9.0.7
%else
BuildRequires: tomcat >= 1:9.0.7
%endif
BuildRequires: tomcat

%description
JSS Connector for Apache Tomcat, installed via the tomcatjss package,
Expand All @@ -105,11 +101,7 @@ Requires: slf4j-jdk14
Requires: jss = 4.10

# Tomcat
%if 0%{?rhel} && ! 0%{?eln}
Requires: pki-servlet-engine >= 1:9.0.7
%else
Requires: tomcat >= 1:9.0.7
%endif
Requires: tomcat

Obsoletes: tomcatjss < %{version}-%{release}
Provides: tomcatjss = %{version}-%{release}
Expand Down

0 comments on commit 70094c0

Please sign in to comment.