diff options
author | louiz’ <louiz@louiz.org> | 2018-09-03 22:26:10 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-09-03 22:26:10 +0200 |
commit | 28acbed948e1c281f9de6132164e42d0ed20c32f (patch) | |
tree | ed4e154f821d172693ab17b546d97a6f6e68f36a | |
parent | e75b551a52f0f426b3bc098318d66ec9c75fc9a1 (diff) | |
download | biboumi-28acbed948e1c281f9de6132164e42d0ed20c32f.tar.gz biboumi-28acbed948e1c281f9de6132164e42d0ed20c32f.tar.bz2 biboumi-28acbed948e1c281f9de6132164e42d0ed20c32f.tar.xz biboumi-28acbed948e1c281f9de6132164e42d0ed20c32f.zip |
Change the doc files listed in the spec file
-rw-r--r-- | packaging/biboumi.spec.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 1a46ef8..c841cdc 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -58,7 +58,7 @@ make check %{?_smp_mflags} %files %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* -%doc README.rst COPYING doc/biboumi.1.rst +%doc README.rst COPYING doc/*.rst %{_unitdir}/%{name}.service %config(noreplace) %{biboumi_confdir}/*policy.txt |