- Fix licenses in sources and on RPMs
This commit is contained in:
parent
48e4ae867d
commit
94dadd289a
@ -1 +1 @@
|
||||
sssd-1.0.4.tar.gz
|
||||
sssd-1.0.5.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ed0c8aae71f46e7de52eade80294ef45 sssd-1.0.4.tar.gz
|
||||
ec9cf2aea9a0ea57423302b4706dcef1 sssd-1.0.5.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user