From: Andrea Bolognani Date: Tue, 28 May 2024 14:06:24 +0000 (+0200) Subject: rpm: Configure firewall backends explicitly X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=38c6c364088e3ba2d7e0b18690af6800d338c6a9;p=libvirt.git rpm: Configure firewall backends explicitly Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump Reviewed-by: Pavel Hrdina --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6fb223c74a..4381dbe30c 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1387,6 +1387,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/libvirt.spec) %{?enable_werror} \ -Dexpensive_tests=enabled \ -Dinit_script=systemd \ + -Dfirewall_backend_priority=nftables,iptables \ -Ddocs=enabled \ -Dtests=enabled \ -Drpath=disabled \