From 2265526bcad62bd0af2cbadfa0c0920fb046932d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 17:08:40 -0500 Subject: Fix bad merge Merging ba8937d83675c7d69808d1d3df8f823afdc5ce2a left the COPYING and COPYING.LESSER files in the now-defunct sss_client directory. This patch moves them into the right location and fixes the spec file to look for them correctly. --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 96dc466a6..2c3398d86 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -302,7 +302,7 @@ rm -rf $RPM_BUILD_ROOT %files client %defattr(-,root,root,-) -%doc sss_client/COPYING sss_client/COPYING.LESSER +%doc src/sss_client/COPYING src/sss_client/COPYING.LESSER /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so %{_mandir}/man8/pam_sss.8* -- cgit