diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 14:13:54 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 15:46:57 -0500 |
commit | ba8937d83675c7d69808d1d3df8f823afdc5ce2a (patch) | |
tree | 7ba934099a424e9ace595cccd191bddb7aeadb30 /contrib | |
parent | ef214ac48a5499353609443178a65ea1d2d34c97 (diff) | |
download | sssd-ba8937d83675c7d69808d1d3df8f823afdc5ce2a.tar.gz sssd-ba8937d83675c7d69808d1d3df8f823afdc5ce2a.tar.xz sssd-ba8937d83675c7d69808d1d3df8f823afdc5ce2a.zip |
Fix licensing issues for sss_client
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 16955f7c8..96dc466a6 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -6,8 +6,7 @@ Version: @PACKAGE_VERSION@ Release: 0@PRERELEASE_VERSION@%{?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/ Source0: %{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -80,6 +79,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 @@ -302,6 +302,7 @@ rm -rf $RPM_BUILD_ROOT %files client %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* |