From 8908615ef35da04bcf942fe1491da31df750836e Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 13 Dec 2022 11:09:40 +0100 Subject: [PATCH] spec: List more directories The storage-backend/ and storage-file/ directories are currently considered unowned by RPM. Have the libvirt-daemon package take ownership of them, just as it already owns the connection-driver/ and lock-driver/ directories. Signed-off-by: Andrea Bolognani Reviewed-by: Jim Fehlig --- libvirt.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index cf619e1b59..6b8acf252e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1762,6 +1762,8 @@ exit 0 %dir %attr(0755, root, root) %{_libdir}/libvirt/ %dir %attr(0755, root, root) %{_libdir}/libvirt/connection-driver/ %dir %attr(0755, root, root) %{_libdir}/libvirt/lock-driver/ +%dir %attr(0755, root, root) %{_libdir}/libvirt/storage-backend/ +%dir %attr(0755, root, root) %{_libdir}/libvirt/storage-file/ %attr(0755, root, root) %{_libdir}/libvirt/lock-driver/lockd.so %{_datadir}/augeas/lenses/libvirtd.aug %{_datadir}/augeas/lenses/tests/test_libvirtd.aug