From 29801060fa86b6f196ef694c6672d909ea5336e4 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Fri, 2 Oct 2015 09:39:13 -0600 Subject: Added python-nss runtime dependency - PKI TRAC Ticket #1623 - Runtime dependency on python-nss is missing --- specs/pki-core.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'specs') diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 97dbe9235..2680bf97f 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.1%{?dist} +Release: 0.2%{?dist} Summary: Certificate System - PKI Core Components URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -286,6 +286,7 @@ Requires: jss >= 4.2.6-35 Requires: ldapjdk Requires: python-ldap Requires: python-lxml +Requires: python-nss Requires: python-requests >= 1.1.0-3 Requires: python-six @@ -1005,6 +1006,9 @@ systemctl daemon-reload %endif # %{with server} %changelog +* Sat Oct 2 2015 Dogtag Team 10.3.0-0.2 +- PKI TRAC Ticket #1623 - Runtime dependency on python-nss is missing + * Sat Aug 8 2015 Dogtag Team 10.3.0-0.1 - Updated version number to 10.3.0-0.1 -- cgit