rpms/cyrus-sasl/F-12 cyrus-sasl.spec,1.87,1.88

Jan F. Chadima jfch2222 at fedoraproject.org
Thu Mar 11 10:13:40 UTC 2010


Author: jfch2222

Update of /cvs/pkgs/rpms/cyrus-sasl/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14326

Modified Files:
	cyrus-sasl.spec 
Log Message:
updated the postun script


Index: cyrus-sasl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-sasl/F-12/cyrus-sasl.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- cyrus-sasl.spec	22 Feb 2010 12:02:46 -0000	1.87
+++ cyrus-sasl.spec	11 Mar 2010 10:13:40 -0000	1.88
@@ -8,7 +8,7 @@
 Summary: The Cyrus SASL library
 Name: cyrus-sasl
 Version: 2.1.23
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: System Environment/Libraries
 # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
@@ -321,8 +321,8 @@ fi
 if [ $1 -ne 0 ] ; then
         /sbin/service saslauthd condrestart 2>&1 > /dev/null
 fi
-/usr/sbin/userdel %{username}
-/usr/sbin/groupdel %{username}
+%__fe_userdel %{username} >/dev/null 2>&1 || :
+%__fe_groupdel %{username} >/dev/null 2>&1 || :
 
 %post lib -p /sbin/ldconfig
 %postun lib -p /sbin/ldconfig
@@ -389,6 +389,9 @@ fi
 %{_sbindir}/sasl2-shared-mechlist
 
 %changelog
+* Thu Mar 11 2010 Jan F. Chadima <jchadima at redhat.com> - 2.1.23-7
+- updated the postun script
+
 * Mon Feb 22 2010 Jan F. Chadima <jchadima at redhat.com> - 2.1.23-6
 - solve race condition (#566875)
 



More information about the scm-commits mailing list