[nss/f14/master] Move triggerpostun -n nss-sysinit script ahead of the other ones (#639248)

Elio Maldonado emaldonado at fedoraproject.org
Thu Oct 7 05:16:06 UTC 2010


commit c01002e05f092eb7638a2827ec1a68ccbb3d5ec3
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Wed Oct 6 20:30:52 2010 -0700

    Move triggerpostun -n nss-sysinit script ahead of the other ones (#639248)

 nss.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 4b1ef12..2a05e6b 100644
--- a/nss.spec
+++ b/nss.spec
@@ -6,7 +6,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.8
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -368,15 +368,15 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %triggerpostun -n nss-sysinit -- nss-sysinit < 3.12.8-3
 # Reverse unwanted disabling of sysinit by faulty preun sysinit scriplet
 # from previous versions of nss.spec
 /usr/bin/setup-nsssysinit.sh on
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 
 %files
 %defattr(-,root,root)
@@ -490,6 +490,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
 %{_libdir}/libnssckfw.a
 
 %changelog
+* Wed Oct 06 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.8-2
+- Move triggerpostun -n nss-sysinit script ahead of the other ones (#639248)
+
 * Tue Oct 05 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.8-1
 - Update to 3.12.8
 - Fix invalid %postun scriptlet (#639248)


More information about the scm-commits mailing list