diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 17:08:40 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 17:26:00 -0500 |
commit | 2265526bcad62bd0af2cbadfa0c0920fb046932d (patch) | |
tree | 8e1189c8b7d9d78c8deb8a200248f3d54ca5c591 /contrib/sssd.spec.in | |
parent | ba8937d83675c7d69808d1d3df8f823afdc5ce2a (diff) | |
download | sssd-2265526bcad62bd0af2cbadfa0c0920fb046932d.tar.gz sssd-2265526bcad62bd0af2cbadfa0c0920fb046932d.tar.xz sssd-2265526bcad62bd0af2cbadfa0c0920fb046932d.zip |
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.
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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* |