From 74248b65ee86127050a3f48b1f20bf966ceee62a Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 14 Feb 2024 19:00:08 +0100 Subject: [PATCH] rpm: Always enable sysctl_config We currently rely on it being enabled by default. Signed-off-by: Andrea Bolognani Reviewed-by: Jiri Denemark --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index 49ce717e1b..af2ba20c02 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1368,6 +1368,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/libvirt.spec) -Dqemu_moddir=%{qemu_moddir} \ -Dqemu_datadir=%{qemu_datadir} \ -Dtls_priority=%{tls_priority} \ + -Dsysctl_config=enabled \ %{?arg_userfaultfd_sysctl} \ %{?enable_werror} \ -Dexpensive_tests=enabled \