diff --git a/sssd-1.5.11.tar.bz2 b/sssd-1.5.11.tar.bz2 new file mode 100644 index 0000000..de4bb56 --- /dev/null +++ b/sssd-1.5.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08291561197651ebe3ebee9ca993ebdcebdfe4fb10a0bab3f72ea75f21363e34 +size 1353669 diff --git a/sssd-1.5.8.tar.bz2 b/sssd-1.5.8.tar.bz2 deleted file mode 100644 index a421385..0000000 --- a/sssd-1.5.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92df8c504a198cf8272d6bef6afef176d2cfa709737373c18ed296709756744c -size 1345632 diff --git a/sssd.changes b/sssd.changes index caa824c..c18bd02 100644 --- a/sssd.changes +++ b/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 diff --git a/sssd.spec b/sssd.spec index 0f4cf2a..e5b0d6c 100644 --- a/sssd.spec +++ b/sssd.spec @@ -18,7 +18,7 @@ Name: sssd -Version: 1.5.8 +Version: 1.5.11 Release: 1 Group: System/Daemons Summary: System Security Services Daemon @@ -130,8 +130,6 @@ export LDB_CFLAGS="-I/usr/include" make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make install DESTDIR=$RPM_BUILD_ROOT # 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 # Remove .la files created by libtool -rm -f \ - $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 +find "%buildroot" -type f -name "*.la" -delete; %if %suse_version <= 1110 # 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 /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so -%dir %{_mandir}/uk -%dir %{_mandir}/uk/man5 %{_mandir}/man5/sssd-krb5.* %{_mandir}/man5/sssd-ldap.* %{_mandir}/man5/sssd-simple.* %{_mandir}/man5/sssd.conf.* -%{_mandir}/uk/man5/sssd.conf.* %files tools %defattr(-,root,root,-)