rpms/nss/devel nss.spec,1.129,1.130

Elio Maldonado emaldonado at fedoraproject.org
Fri Dec 18 09:26:37 UTC 2009


Author: emaldonado

Update of /cvs/pkgs/rpms/nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12017

Modified Files:
	nss.spec 
Log Message:
sysinit requires coreutils for post install scriplet (#547067)


Index: nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nss/devel/nss.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -r1.129 -r1.130
--- nss.spec	12 Dec 2009 06:48:43 -0000	1.129
+++ nss.spec	18 Dec 2009 09:26:37 -0000	1.130
@@ -7,7 +7,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.5
-Release:          1%{?dist}.5
+Release:          1%{?dist}.6
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -37,13 +37,15 @@ Source6:          blank-cert9.db
 Source7:          blank-key4.db
 Source8:          system-pkcs11.txt
 Source9:          setup-nsssysinit.sh
-Source12:         %{name}-pem-20090907.tar.bz2
+Source12:         %{name}-pem-20091210.tar.bz2
 
 Patch2:           nss-nolocalsql.patch
 Patch6:           nss-enable-pem.patch
 Patch7:           533125-ammend.patch
 Patch8:           nss-sysinit.patch
 Patch9:           nsssysinit.patch
+Patch10:          546221.patch
+Patch11:          540387.patch
 
 %description
 Network Security Services (NSS) is a set of libraries designed to
@@ -73,6 +75,7 @@ Summary:          System NSS Initilizati
 Group:            System Environment/Base
 Provides:         nss-system-init
 Requires:         nss = %{version}-%{release}
+Requires(post):   coreutils
 
 %description sysinit
 Default Operating System module that manages applications loading
@@ -109,9 +112,11 @@ low level services.
 
 %patch2 -p0
 %patch6 -p0 -b .libpem
-%patch7 -p0 -b .533125-ammend
+%patch7 -p0 -b .533125
 %patch8 -p0 -b .sysinit
-%patch9 -p0 -b .nsssysinit
+%patch9 -p0 -b .545779
+%patch10 -p1 -b .546221
+%patch11 -p1 -b .540387
 
 %build
 
@@ -473,6 +478,11 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/ns
 
 
 %changelog
+* Thu Dec 17 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.5-1.6
+- Fix nsssysinit to enable applications to use the system database (#546221)
+- Fix spec so sysinit requires coreutils for post install scriplet (#547067)
+- Fix segmentation fault when listing keys or certs in the database (#540387)
+
 * Thu Dec 10 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.5-1.5
 - Fix nsssysinit to set the default flags on the crypto module (#545779)
 - Remove redundant header from the pem module




More information about the scm-commits mailing list