From ba8937d83675c7d69808d1d3df8f823afdc5ce2a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 14:13:54 -0500 Subject: Fix licensing issues for sss_client --- contrib/sssd.spec.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib') 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* -- cgit