[libvirt-dbus PATCH 1/2] spec: Pick documentation from source directory

Andrea Bolognani abologna at redhat.com
Mon Apr 27 15:15:59 UTC 2020


We will stop installing documentation very soon, at which point we
will not longer be able to pick it from the installation directory.

This reverts commit 651f43f5e4a88bdbe8bbb6f7fa5f44b5c176ade8.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 libvirt-dbus.spec.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libvirt-dbus.spec.in b/libvirt-dbus.spec.in
index e756ff6..84172fa 100644
--- a/libvirt-dbus.spec.in
+++ b/libvirt-dbus.spec.in
@@ -50,9 +50,7 @@ getent passwd %{system_user} >/dev/null || \
 exit 0
 
 %files
-%doc %{_docdir}/%{name}/AUTHORS.rst
-%doc %{_docdir}/%{name}/NEWS.rst
-%exclude %{_docdir}/%{name}/COPYING
+%doc AUTHORS.rst NEWS.rst
 %license COPYING
 %{_sbindir}/libvirt-dbus
 %{_datadir}/dbus-1/services/org.libvirt.service
-- 
2.25.4




More information about the libvir-list mailing list