Add reference URL
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=80
This commit is contained in:
parent
ae139341b6
commit
713327f0e4
@ -2,8 +2,9 @@
|
|||||||
Thu Dec 6 10:38:59 UTC 2012 - rhafer@suse.com
|
Thu Dec 6 10:38:59 UTC 2012 - rhafer@suse.com
|
||||||
|
|
||||||
- Switch back to using libcrypto instead of mozilla-nss as it seems
|
- Switch back to using libcrypto instead of mozilla-nss as it seems
|
||||||
to be supported upstream again
|
to be supported upstream again, cf.
|
||||||
- cleanup PAM configuration after uninstalling sssd (bnc#788328)
|
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
|
Thu Dec 6 09:05:29 UTC 2012 - jengelh@inai.de
|
||||||
|
@ -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
|
%service_del_postun sssd.service
|
||||||
%endif
|
%endif
|
||||||
if [ "$1" == "0" ]; then
|
if [ "$1" == "0" ]; then
|
||||||
%{_sbindir}/pam-config -d --sss || true
|
"%_sbindir/pam-config" -d --sss || :;
|
||||||
fi
|
fi;
|
||||||
|
|
||||||
%post -n libipa_hbac0 -p /sbin/ldconfig
|
%post -n libipa_hbac0 -p /sbin/ldconfig
|
||||||
%postun -n libipa_hbac0 -p /sbin/ldconfig
|
%postun -n libipa_hbac0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user