- Fix licenses in sources and on RPMs

This commit is contained in:
Stephen Gallagher 2010-02-19 15:39:59 +00:00
parent 48e4ae867d
commit 94dadd289a
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
sssd-1.0.4.tar.gz
sssd-1.0.5.tar.gz

View File

@ -1 +1 @@
ed0c8aae71f46e7de52eade80294ef45 sssd-1.0.4.tar.gz
ec9cf2aea9a0ea57423302b4706dcef1 sssd-1.0.5.tar.gz

View File

@ -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 <sgallagh@redhat.com> - 1.0.5-1
- Fix licenses in sources and on RPMs
* Mon Jan 25 2010 Stephen Gallagher <sgallagh@redhat.com> - 1.0.4-1
- Fix regression on 64-bit platforms