[libvirt PATCH 3/5] rpm: Set initconfdir explicitly

Andrea Bolognani abologna at redhat.com
Tue May 2 17:15:50 UTC 2023


The default would already work fine for Fedora and RHEL, but
it's better to be explicit.

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

diff --git a/libvirt.spec.in b/libvirt.spec.in
index dae9c87aa4..c542ec3b2b 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1213,6 +1213,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/libvirt.spec)
 
 %meson \
            -Drunstatedir=%{_rundir} \
+           -Dinitconfdir=%{_sysconfdir}/sysconfig \
            %{?arg_qemu} \
            %{?arg_openvz} \
            %{?arg_lxc} \
-- 
2.40.1



More information about the libvir-list mailing list