diff --git a/.cvsignore b/.cvsignore index df0247c..a175bbe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sssd-1.0.4.tar.gz +sssd-1.0.5.tar.gz diff --git a/sources b/sources index 54172ef..482df63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed0c8aae71f46e7de52eade80294ef45 sssd-1.0.4.tar.gz +ec9cf2aea9a0ea57423302b4706dcef1 sssd-1.0.5.tar.gz diff --git a/sssd.spec b/sssd.spec index 2174387..a7cc8f6 100644 --- a/sssd.spec +++ b/sssd.spec @@ -2,12 +2,12 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_lib())")} Name: sssd -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon # The entire source code is GPLv3+ except replace/ which is LGPLv3+ -License: GPLv3+ and LGPLv3+ +License: GPLv3+ URL: http://fedorahosted.org/sssd Source: https://fedorahosted.org/released/sssd/sssd-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -71,6 +71,7 @@ services for projects like FreeIPA. %package client Summary: SSSD Client libraries for NSS and PAM Group: Applications/System +License: LGPLv3+ %description client Provides the libraries needed by the PAM and NSS stacks to connect to the SSSD @@ -176,6 +177,7 @@ rm -rf $RPM_BUILD_ROOT %files client -f sss_client.lang %defattr(-,root,root,-) +%doc sss_client/COPYING sss_client/COPYING.LESSER /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so %{_mandir}/man8/pam_sss.8* @@ -205,6 +207,9 @@ fi %postun client -p /sbin/ldconfig %changelog +* Fri Feb 19 2010 Stephen Gallagher - 1.0.5-1 +- Fix licenses in sources and on RPMs + * Mon Jan 25 2010 Stephen Gallagher - 1.0.4-1 - Fix regression on 64-bit platforms