summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2016-03-29 18:25:59 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2016-03-29 18:25:59 -0600
commita0ee7ea934b5a6e0a7fd4998cc39db41fb00ccbb (patch)
treec95c8cdc16f30f2ceb15d7a8cf9217c66388319c
parent250bcf7e0aee5d7de616803fad3c7be56be0df3a (diff)
downloadpki-a0ee7ea934b5a6e0a7fd4998cc39db41fb00ccbb.tar.gz
pki-a0ee7ea934b5a6e0a7fd4998cc39db41fb00ccbb.tar.xz
pki-a0ee7ea934b5a6e0a7fd4998cc39db41fb00ccbb.zip
Changed 'pki-core.spec' (Dogtag 10.2.7) to be in sync with Fedora 23 in Koji
-rw-r--r--specs/pki-core.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index f536f3eed..5e9fd938a 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -9,7 +9,6 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%define with_tomcat7 0
%define with_tomcat8 1
%else
-# 0%{?rhel} || 0%{?fedora} <= 22
%define with_tomcat7 1
%define with_tomcat8 0
%endif
@@ -18,7 +17,6 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%if 0%{?rhel}
%define resteasy_lib /usr/share/java/resteasy-base
%else
-# 0%{?fedora}
%define resteasy_lib /usr/share/java/resteasy
%endif
@@ -342,7 +340,7 @@ Requires: java-headless >= 1:1.7.0
Requires: pki-base = %{version}-%{release}
Requires: jpackage-utils >= 0:1.7.5-10
%if 0%{?fedora} >= 23
-Requires: tomcat-servlet-3.1-api
+Requires: tomcat-servlet-3.1-api >= 8.0.32
%else
%if 0%{?fedora} >= 22
Requires: tomcat-servlet-3.0-api
@@ -403,12 +401,13 @@ Obsoletes: pki-selinux
%if 0%{?rhel}
Requires: tomcat >= 7.0.54
%else
-Requires: tomcat >= 7.0.47
%if 0%{?fedora} >= 23
-Requires: tomcat-el-3.0-api
-Requires: tomcat-jsp-2.3-api
-Requires: tomcat-servlet-3.1-api
+Requires: tomcat >= 8.0.32
+Requires: tomcat-el-3.0-api >= 8.0.32
+Requires: tomcat-jsp-2.3-api >= 8.0.32
+Requires: tomcat-servlet-3.1-api >= 8.0.32
%else
+Requires: tomcat >= 7.0.47
Requires: tomcat-el-2.2-api
Requires: tomcat-jsp-2.2-api
Requires: tomcat-servlet-3.0-api