]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- rel 10
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 4 Nov 2010 09:53:17 +0000 (09:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- saslauthd needs restart after pam upgrade

Changed files:
    cyrus-sasl.spec -> 1.196

cyrus-sasl.spec

index 2838142b74e4ce6d909bbc5b715b1c712576d87a..ed3fd0b55ca85c9092e15de2d5ed035a1b4f1e34 100644 (file)
@@ -25,7 +25,7 @@ Summary(ru.UTF-8):    Библиотека Cyrus SASL
 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
@@ -599,6 +599,13 @@ if [ "$1" = "0" ]; then
        /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
This page took 0.133521 seconds and 4 git commands to generate.