rpms/nss-softokn/devel nss-softokn.spec,1.15,1.16

Elio Maldonado emaldonado at fedoraproject.org
Mon Aug 31 17:09:12 UTC 2009


Author: emaldonado

Update of /cvs/extras/rpms/nss-softokn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5073

Modified Files:
	nss-softokn.spec 
Log Message:
Fixed test on %postun to avoid returning 1 when nss-softokn instances still remain -bug 520258


Index: nss-softokn.spec
===================================================================
RCS file: /cvs/extras/rpms/nss-softokn/devel/nss-softokn.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- nss-softokn.spec	30 Aug 2009 17:45:15 -0000	1.15
+++ nss-softokn.spec	31 Aug 2009 17:09:12 -0000	1.16
@@ -17,7 +17,7 @@
 Summary:          Network Security Services Soktoken Module
 Name:             nss-softokn
 Version:          3.12.3.99.3
-Release:          23%{?dist}
+Release:          24%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -256,7 +256,7 @@ done
 
 %postun
 /sbin/ldconfig >/dev/null 2>/dev/null
-[ $1 = 0 ] && %{__rm} -f %{_sysconfdir}/prelink.conf.d/nss-softokn-prelink.conf
+[ $1 != 0 ] || %{__rm} -f %{_sysconfdir}/prelink.conf.d/nss-softokn-prelink.conf
 
 
 %files
@@ -312,6 +312,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Mon Aug 31 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.3.99.3-24
+- Fixed test on %postun to avoid returning 1 when nss-softokn instances still remain
+
 * Sun Aug 30 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.3.99.3-23
 - Explicitly state via nss_util_version the nss-util version we require
 




More information about the scm-commits mailing list