diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-11-19 18:39:43 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-12-04 15:43:15 +0000 |
commit | b279dcdb1ddd36d5ea254503ae056e484d48b7c2 (patch) | |
tree | 30285f761aabd6a1c54132bb1fa5f6bc85f32b0d /sos.spec | |
parent | 6b4b361c8b4814160d6fab2fb447f28957977e95 (diff) | |
download | sos-b279dcdb1ddd36d5ea254503ae056e484d48b7c2.tar.gz |
[build-rpm] fix rpm build for sphinx docs directory
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'sos.spec')
-rw-r--r-- | sos.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ rm -rf ${RPM_BUILD_ROOT} %{python_sitelib}/* %{_mandir}/man1/* %{_mandir}/man5/* -%doc AUTHORS README.md LICENSE +%doc AUTHORS README.md LICENSE +%doc /usr/share/doc/sos/html %config(noreplace) %{_sysconfdir}/sos.conf %changelog |