[mod_nss] Add Requires(post) for nss-tools, gencert needs it (#652007)

rcritten rcritten at fedoraproject.org
Mon Mar 7 21:12:43 UTC 2011


commit 7a3225a4a5444af9e2dbf4e5a771a2b0a43de1a9
Author: Rob Crittenden <rcritten at redhat.com>
Date:   Mon Mar 7 15:30:21 2011 -0500

    Add Requires(post) for nss-tools, gencert needs it (#652007)

 mod_nss.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_nss.spec b/mod_nss.spec
index 79e090f..079a1b8 100644
--- a/mod_nss.spec
+++ b/mod_nss.spec
@@ -1,6 +1,6 @@
 Name: mod_nss
 Version: 1.0.8
-Release: 13%{?dist}
+Release: 14%{?dist}
 Summary: SSL/TLS module for the Apache HTTP server
 Group: System Environment/Daemons
 License: ASL 2.0
@@ -12,6 +12,7 @@ BuildRequires: httpd-devel, apr-devel, apr-util-devel
 BuildRequires: pkgconfig
 Requires(pre): httpd
 Requires: nss >= 3.12.6
+Requires(post): nss-tools
 Patch1: mod_nss-conf.patch
 Patch2: mod_nss-gencert.patch
 Patch3: mod_nss-wouldblock.patch
@@ -122,7 +123,9 @@ fi
 %{_sbindir}/gencert
 
 %changelog
-=======
+* Wed Mar  7 2011 Rob Crittenden <rcritten at redhat.com> - 1.0.8-14
+- Add Requires(post) for nss-tools, gencert needs it (#652007)
+
 * Wed Mar  2 2011 Rob Crittenden <rcritten at redhat.com> - 1.0.8-13
 - Lock around the pipe to nss_pcache for retrieving the token PIN
   (#677701)


More information about the scm-commits mailing list