packages: cyrus-sasl/cyrus-sasl.spec - rel 10 - saslauthd needs restart aft...

baggins baggins at pld-linux.org
Thu Nov 4 10:53:22 CET 2010


Author: baggins                      Date: Thu Nov  4 09:53:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 10
- saslauthd needs restart after pam upgrade

---- Files affected:
packages/cyrus-sasl:
   cyrus-sasl.spec (1.195 -> 1.196) 

---- Diffs:

================================================================
Index: packages/cyrus-sasl/cyrus-sasl.spec
diff -u packages/cyrus-sasl/cyrus-sasl.spec:1.195 packages/cyrus-sasl/cyrus-sasl.spec:1.196
--- packages/cyrus-sasl/cyrus-sasl.spec:1.195	Tue Oct 19 10:56:59 2010
+++ packages/cyrus-sasl/cyrus-sasl.spec	Thu Nov  4 10:53:17 2010
@@ -26,7 +26,7 @@
 Summary(uk.UTF-8):	Бібліотека Cyrus SASL
 Name:		cyrus-sasl
 Version:	2.1.23
-Release:	9
+Release:	10
 License:	distributable
 Group:		Libraries
 Source0:	ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{version}.tar.gz
@@ -600,6 +600,13 @@
 	/sbin/chkconfig --del saslauthd
 fi
 
+%triggerin saslauthd -- pam
+# restart saslauthd if pam is upgraded
+# (crond is linked with old libpam but tries to open modules linked with new libpam)
+if [ "$2" != 1 ]; then
+	%service -q saslauthd restart
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog NEWS README
@@ -739,6 +746,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.196  2010/11/04 09:53:17  baggins
+- rel 10
+- saslauthd needs restart after pam upgrade
+
 Revision 1.195  2010/10/19 08:56:59  baggins
 - rel 9
 - added C:cyrus-sasl < 2.1.23-8 to libs package (devel-hints-en.txt:14)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cyrus-sasl/cyrus-sasl.spec?r1=1.195&r2=1.196&f=u



More information about the pld-cvs-commit mailing list