Accepting request 77337 from network:ldap
update to 1.5.11 OBS-URL: https://build.opensuse.org/request/show/77337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=27
This commit is contained in:
commit
f98c10f734
3
sssd-1.5.11.tar.bz2
Normal file
3
sssd-1.5.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08291561197651ebe3ebee9ca993ebdcebdfe4fb10a0bab3f72ea75f21363e34
|
||||||
|
size 1353669
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92df8c504a198cf8272d6bef6afef176d2cfa709737373c18ed296709756744c
|
|
||||||
size 1345632
|
|
14
sssd.changes
14
sssd.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 28 10:03:32 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.5.11
|
||||||
|
* Support for overriding home directory, shell and primary GID
|
||||||
|
locally
|
||||||
|
* Properly honor TTL values from SRV record lookups
|
||||||
|
* Support non-POSIX groups in nested group chains (for RFC2307bis
|
||||||
|
LDAP servers)
|
||||||
|
* Properly escape IPv6 addresses in the failover code
|
||||||
|
* Do not crash if inotify fails (e.g. resource exhaustion)
|
||||||
|
- Remove redundant %clean section; delete .la files more
|
||||||
|
efficiently
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 7 08:59:04 UTC 2011 - rhafer@suse.de
|
Tue Jun 7 08:59:04 UTC 2011 - rhafer@suse.de
|
||||||
|
|
||||||
|
20
sssd.spec
20
sssd.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.5.8
|
Version: 1.5.11
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
@ -130,8 +130,6 @@ export LDB_CFLAGS="-I/usr/include"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# Copy default sssd.conf file
|
# Copy default sssd.conf file
|
||||||
@ -143,18 +141,7 @@ install src/sysv/systemd/sssd.service $RPM_BUILD_ROOT%{_sysconfdir}/systemd/syst
|
|||||||
ln -sf ../../etc/init.d/sssd $RPM_BUILD_ROOT/usr/sbin/rcsssd
|
ln -sf ../../etc/init.d/sssd $RPM_BUILD_ROOT/usr/sbin/rcsssd
|
||||||
|
|
||||||
# Remove .la files created by libtool
|
# Remove .la files created by libtool
|
||||||
rm -f \
|
find "%buildroot" -type f -name "*.la" -delete;
|
||||||
$RPM_BUILD_ROOT/%{_lib}/libnss_sss.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_lib}/security/pam_sss.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/*.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/ldb/memberof.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/pysss.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ldap.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_proxy.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_krb5.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ipa.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_simple.la \
|
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.la
|
|
||||||
|
|
||||||
%if %suse_version <= 1110
|
%if %suse_version <= 1110
|
||||||
# remove some unsupported languages, sssd does not contain
|
# remove some unsupported languages, sssd does not contain
|
||||||
@ -218,13 +205,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config %{_sysconfdir}/sssd/sssd.api.d/sssd-simple.conf
|
%config %{_sysconfdir}/sssd/sssd.api.d/sssd-simple.conf
|
||||||
/%{_lib}/libnss_sss.so.2
|
/%{_lib}/libnss_sss.so.2
|
||||||
/%{_lib}/security/pam_sss.so
|
/%{_lib}/security/pam_sss.so
|
||||||
%dir %{_mandir}/uk
|
|
||||||
%dir %{_mandir}/uk/man5
|
|
||||||
%{_mandir}/man5/sssd-krb5.*
|
%{_mandir}/man5/sssd-krb5.*
|
||||||
%{_mandir}/man5/sssd-ldap.*
|
%{_mandir}/man5/sssd-ldap.*
|
||||||
%{_mandir}/man5/sssd-simple.*
|
%{_mandir}/man5/sssd-simple.*
|
||||||
%{_mandir}/man5/sssd.conf.*
|
%{_mandir}/man5/sssd.conf.*
|
||||||
%{_mandir}/uk/man5/sssd.conf.*
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user