Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2014-12-17 19:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sssd (Old)
 and      /work/SRC/openSUSE:Factory/.sssd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sssd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sssd/sssd.changes        2014-11-04 
17:27:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2014-12-17 
19:15:47.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 00:37:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in postun script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.xRbNgv/_old  2014-12-17 19:15:50.000000000 +0100
+++ /var/tmp/diff_new_pack.xRbNgv/_new  2014-12-17 19:15:50.000000000 +0100
@@ -419,7 +419,7 @@
 %endif
 
 %postun
-if [ "$1" == "0" ]; then
+if [ "$1" = "0" ]; then
        "%_sbindir/pam-config" -d --sss || :;
 fi;
 /sbin/ldconfig


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to