summaryrefslogtreecommitdiffstats
path: root/specs/dogtag-pki.spec
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2014-12-16 15:55:20 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2014-12-17 12:10:17 -0700
commit00b1c33272900613687448ccab7809ba794679f6 (patch)
tree583bc8b67031072f7633239125836ce3ace763f0 /specs/dogtag-pki.spec
parent21d831010a7e0fe8d21e1ee286eb654bad6a21e3 (diff)
downloadpki-00b1c33272900613687448ccab7809ba794679f6.tar.gz
pki-00b1c33272900613687448ccab7809ba794679f6.tar.xz
pki-00b1c33272900613687448ccab7809ba794679f6.zip
Update dependencies
- PKI TRAC Ticket #1187 - mod_perl should be removed from requirements for 10.2 - PKI TRAC Ticket #1205 - Outdated selinux-policy dependency. - Removed perl(XML::LibXML), perl-Crypt-SSLeay, and perl-Mozilla-LDAP runtime dependencies
Diffstat (limited to 'specs/dogtag-pki.spec')
-rw-r--r--specs/dogtag-pki.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec
index afb278324..46adc3416 100644
--- a/specs/dogtag-pki.spec
+++ b/specs/dogtag-pki.spec
@@ -1,7 +1,7 @@
Summary: Dogtag Public Key Infrastructure (PKI) Suite
Name: dogtag-pki
Version: 10.2.1
-Release: 0.2%{?dist}
+Release: 0.4%{?dist}
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
License: GPLv2 and LGPLv2
URL: http://pki.fedoraproject.org/
@@ -17,12 +17,17 @@ ExcludeArch: ppc ppc64 ppcle ppc64le s390 s390x
%define esc_version 1.1.0
# NOTE: The following package versions are TLS compliant:
%define jss_version 4.2.6-35
-%define pki_core_version %{version}-0.2
+%define pki_core_version %{version}-0.4
%define pki_console_version %{version}-0.2
%define tomcatjss_version 7.1.1
Requires: apache-commons-codec
-Requires: selinux-policy-base >= 3.11.1-43
+%if 0%{?fedora} >= 21
+Requires: selinux-policy-targeted >= 3.13.1-9
+%else
+# 0%{?rhel} || 0%{?fedora} < 21
+Requires: selinux-policy-targeted >= 3.12.1-153
+%endif
# Make certain that this 'meta' package requires the latest version(s)
# of ALL top-level Dogtag PKI support packages
@@ -107,6 +112,9 @@ rm -rf %{buildroot}
%doc README
%changelog
+* Tue Dec 16 2014 Matthew Harmsen <mharmsen@redhat.com> - 10.2.1-0.4
+- PKI TRAC Ticket #1205 - Outdated selinux-policy dependency.
+
* Mon Nov 24 2014 Christina Fu <cfu@redhat.com> 10.2.1-0.2
- Ticket 1198 Bugzilla 1158410 add TLS range support to server.xml by default and upgrade (cfu)
- Make dependencies comply with TLS changes (mharmsen)