Add reference URL

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=80
This commit is contained in:
Jan Engelhardt 2012-12-06 12:35:38 +00:00 committed by Git OBS Bridge
parent ae139341b6
commit 713327f0e4
2 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,9 @@
Thu Dec 6 10:38:59 UTC 2012 - rhafer@suse.com
- Switch back to using libcrypto instead of mozilla-nss as it seems
to be supported upstream again
- cleanup PAM configuration after uninstalling sssd (bnc#788328)
to be supported upstream again, cf.
https://lists.fedorahosted.org/pipermail/sssd-devel/2012-June/010202.html
- Cleanup PAM configuration after uninstalling sssd (bnc#788328)
-------------------------------------------------------------------
Thu Dec 6 09:05:29 UTC 2012 - jengelh@inai.de

View File

@ -281,8 +281,8 @@ rm -Rf "$b/usr/share/locale"/{fa_IR,ja_JP,lt_LT,ta_IN,vi_VN}
%service_del_postun sssd.service
%endif
if [ "$1" == "0" ]; then
%{_sbindir}/pam-config -d --sss || true
fi
"%_sbindir/pam-config" -d --sss || :;
fi;
%post -n libipa_hbac0 -p /sbin/ldconfig
%postun -n libipa_hbac0 -p /sbin/ldconfig