diff --git a/pam-config.changes b/pam-config.changes index ff749d8..d82ba87 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 13 22:39:00 UTC 2014 - Led + +- fix bashism in postun script + ------------------------------------------------------------------- Wed Nov 12 14:33:26 CET 2014 - kukuk@suse.de diff --git a/pam-config.spec b/pam-config.spec index 3586ed8..fa07492 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -60,7 +60,7 @@ else fi %postun -if [ $1 == 0 ]; then +if [ $1 = 0 ]; then # Deinstall dir=/etc/security for conf in pam_unix2.conf pam_pwcheck.conf ; do