summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2016-02-04 17:28:10 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2016-02-04 17:28:10 -0700
commitb1adc600c4ab63f6069d165b42880ae4f7cc40fc (patch)
tree2b045e3631d70313847431eba0caaefd4ecdc67f /specs
parent86a9bb86f36edc9922e864b3e0bdc76af8bb5812 (diff)
downloadpki-b1adc600c4ab63f6069d165b42880ae4f7cc40fc.tar.gz
pki-b1adc600c4ab63f6069d165b42880ae4f7cc40fc.tar.xz
pki-b1adc600c4ab63f6069d165b42880ae4f7cc40fc.zip
Resolves: PKI TRAC Ticket #1714
- PKI TRAC Ticket #1714 - mod_revocator and mod_nss dependency for tps should be removed
Diffstat (limited to 'specs')
-rw-r--r--specs/pki-core.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 6aea274e5..e7e9c6797 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -40,7 +40,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: pki-core
Version: 10.3.0
-Release: 0.2%{?dist}
+Release: 0.3%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -602,8 +602,6 @@ Requires(postun): systemd-units
# additional runtime requirements needed to run native 'tpsclient'
# REMINDER: Revisit these once 'tpsclient' is rewritten as a Java app
-Requires: mod_nss
-Requires: mod_revocator
Requires: nss >= 3.14.3
Requires: nss-tools >= 3.14.3
Requires: openldap-clients
@@ -1031,6 +1029,10 @@ systemctl daemon-reload
%endif # %{with server}
%changelog
+* Thu Feb 4 2016 Dogtag Team <pki-devel@redhat.com> 10.3.0-0.3
+- PKI TRAC Ticket #1714 - mod_revocator and mod_nss dependency for tps
+ should be removed
+
* Sat Oct 2 2015 Dogtag Team <pki-devel@redhat.com> 10.3.0-0.2
- PKI TRAC Ticket #1623 - Runtime dependency on python-nss is missing