sysinit requires coreutils for post install scriplet (#547067)

This commit is contained in:
Elio Maldonado 2009-12-18 09:26:37 +00:00
parent b1a6f7df84
commit 9287622223
1 changed files with 14 additions and 4 deletions

View File

@ -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 Initilization
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}/nss3/nsslowhash.h
%changelog
* Thu Dec 17 2009 Elio Maldonado<emaldona@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@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