diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 19:30:36 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 19:30:36 +0000 |
commit | 5528569f88de2b5237d972fc80f1a179f38b6aa8 (patch) | |
tree | 8fde37758761bb2ef1721ec7be96ec8101a2bb01 | |
parent | a13979fd02b3d71b0a38fd0bbcf7d03a9b43d018 (diff) | |
download | sos-5528569f88de2b5237d972fc80f1a179f38b6aa8.tar.gz |
Fix RPM builds
Make sos.spec %doc match current reality.
# Please enter the commit message for your changes. Lines starting
-rw-r--r-- | sos.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ rm -rf ${RPM_BUILD_ROOT} %{python_sitelib}/* %{_mandir}/man1/* %{_mandir}/man5/* -%doc README TODO LICENSE doc/* +%doc README LICENSE %config(noreplace) %{_sysconfdir}/sos.conf %changelog |