[nss/f14/master] Fix version on triggerpostun scriplet (#636787)

Elio Maldonado emaldonado at fedoraproject.org
Thu Sep 30 21:56:58 UTC 2010


commit cb9c7979b3404b1cc88fec0ec9203cbbec0f225a
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Thu Sep 30 14:56:51 2010 -0700

    Fix version on triggerpostun scriplet (#636787)

 nss.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 9bad215..6cc01c7 100644
--- a/nss.spec
+++ b/nss.spec
@@ -6,7 +6,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.7
-Release:          8%{?dist}
+Release:          9%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -374,7 +374,7 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
 
 # Reverse unwanted disabling of sysinit by faulty preun sysinit scriplet
 # from previous versions of nss.spec
-%triggerpostun -n nss-sysinit -- nss-sysinit < 3.12.8-3
+%triggerpostun -n nss-sysinit -- nss-sysinit < 3.12.7-9
 /usr/bin/setup-nsssysinit.sh on
 
 
@@ -490,6 +490,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
 %{_libdir}/libnssckfw.a
 
 %changelog
+* Thu Sep 30 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.7-9
+- Fix version on triggerpostun scriplet (#636787)
+
 * Wed Sep 29 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.7-8
 - Replace posttrans sysinit scriptlet with a triggerpostun one (#636787)
 - Fix and cleanup the setup-nsssysinit.sh script (#636792, #636801)


More information about the scm-commits mailing list