Stomp -client again; there seems to be hardly a point in having the NSS plugin without having an sssd
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=77
This commit is contained in:
parent
fabe9c50d7
commit
0e60c7e306
@ -1,4 +1,4 @@
|
|||||||
sssd
|
sssd-client
|
||||||
supplements "packageand(sssd:pam-<targettype>)"
|
supplements "packageand(sssd:pam-<targettype>)"
|
||||||
supplements "packageand(sssd:glibc-<targettype>)"
|
supplements "packageand(sssd:glibc-<targettype>)"
|
||||||
-/usr/lib(64)?/*
|
-/usr/lib(64)?/*
|
||||||
|
@ -15,8 +15,6 @@ Sat Nov 10 00:27:06 UTC 2012 - jengelh@inai.de
|
|||||||
caused use-after-free access bugs
|
caused use-after-free access bugs
|
||||||
* The krb5_child and ldap_child processes can print libkrb5 tracing
|
* The krb5_child and ldap_child processes can print libkrb5 tracing
|
||||||
information in the debug logs
|
information in the debug logs
|
||||||
- Split sssd into sssd and sssd-client. Since sssd requires the
|
|
||||||
client, no extra action is needed for upgrade.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 27 12:32:05 UTC 2012 - jengelh@inai.de
|
Wed Jun 27 12:32:05 UTC 2012 - jengelh@inai.de
|
||||||
|
17
sssd.spec
17
sssd.spec
@ -108,15 +108,6 @@ the system and a pluggable backend system to connect to multiple different
|
|||||||
account sources. It is also the basis to provide client auditing and policy
|
account sources. It is also the basis to provide client auditing and policy
|
||||||
services for projects like FreeIPA.
|
services for projects like FreeIPA.
|
||||||
|
|
||||||
%package client
|
|
||||||
Summary: SSSD client libraries for NSS and PAM
|
|
||||||
License: LGPL-3.0+
|
|
||||||
Group: Applications/System
|
|
||||||
|
|
||||||
%description client
|
|
||||||
Provides the libraries needed by the PAM and NSS stacks to connect to
|
|
||||||
the SSSD service.
|
|
||||||
|
|
||||||
%package ipa-provider
|
%package ipa-provider
|
||||||
Summary: FreeIPA provider plugin for sssd
|
Summary: FreeIPA provider plugin for sssd
|
||||||
License: GPL-3.0+ and LGPL-3.0+
|
License: GPL-3.0+ and LGPL-3.0+
|
||||||
@ -293,8 +284,6 @@ 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
|
||||||
|
|
||||||
%post client -p /sbin/ldconfig
|
|
||||||
%postun client -p /sbin/ldconfig
|
|
||||||
%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
|
||||||
%post -n libsss_idmap0 -p /sbin/ldconfig
|
%post -n libsss_idmap0 -p /sbin/ldconfig
|
||||||
@ -353,9 +342,9 @@ rm -Rf "$b/usr/share/locale"/{fa_IR,ja_JP,lt_LT,ta_IN,vi_VN}
|
|||||||
%config(noreplace) %_sysconfdir/sssd/sssd.conf
|
%config(noreplace) %_sysconfdir/sssd/sssd.conf
|
||||||
%_datadir/sssd
|
%_datadir/sssd
|
||||||
%exclude %_datadir/sssd/sssd.api.d/sssd-ipa.conf
|
%exclude %_datadir/sssd/sssd.api.d/sssd-ipa.conf
|
||||||
|
#
|
||||||
%files client
|
# client side
|
||||||
%defattr(-,root,root)
|
#
|
||||||
/%_lib/libnss_sss.so.2
|
/%_lib/libnss_sss.so.2
|
||||||
/%_lib/security/pam_sss.so
|
/%_lib/security/pam_sss.so
|
||||||
%_libdir/krb5/plugins/libkrb5/*
|
%_libdir/krb5/plugins/libkrb5/*
|
||||||
|
Loading…
Reference in New Issue
Block a user