diff --git a/sssd.changes b/sssd.changes index c3de741..cfbd912 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 10 00:37:00 UTC 2014 - Led + +- fix bashism in postun script + ------------------------------------------------------------------- Thu Oct 30 12:22:06 UTC 2014 - jengelh@inai.de diff --git a/sssd.spec b/sssd.spec index 8b1510a..b332b32 100644 --- a/sssd.spec +++ b/sssd.spec @@ -419,7 +419,7 @@ rm -Rf "$b/%_sysconfdir/dbus-1" "$b/%_datadir/dbus-1" %endif %postun -if [ "$1" == "0" ]; then +if [ "$1" = "0" ]; then "%_sbindir/pam-config" -d --sss || :; fi; /sbin/ldconfig