Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2014-06-25 06:58:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-02 
07:00:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2014-06-25 
06:58:14.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 14:18:30 UTC 2014 - [email protected]
+
+- fix %postun to not erroneously remove sss pam module
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.Ayvben/_old  2014-06-25 06:58:15.000000000 +0200
+++ /var/tmp/diff_new_pack.Ayvben/_new  2014-06-25 06:58:15.000000000 +0200
@@ -29,6 +29,7 @@
 Source2:        https://fedorahosted.org/released/sssd/sssd-%version.tar.gz.asc
 Source3:        baselibs.conf
 Source4:        sssd.service
+Source5:        %name.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch1:         0001-build-detect-endianness-at-configure-time.patch
 Patch2:         0001-BUILD-Link-libsss_ldap_common.so-to-libsss_idmap.so.patch
@@ -371,13 +372,13 @@
 %endif
 
 %postun
+if [ "$1" == "0" ]; then
+       "%_sbindir/pam-config" -d --sss || :;
+fi;
 /sbin/ldconfig
 %if 0%{?_unitdir:1}
 %service_del_postun sssd.service
 %endif
-if [ "$1" == "0" ]; then
-       "%_sbindir/pam-config" -d --sss || :;
-fi;
 
 %post   -n libipa_hbac0 -p /sbin/ldconfig
 %postun -n libipa_hbac0 -p /sbin/ldconfig


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

Reply via email to