This makes it possible to uninstall iptables, as long as nftables is
installed.
Signed-off-by: Laine Stump <laine(a)redhat.com>
---
Change from V2:
* Require one or the other instead of recommending both.
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 05f7a7e7c0..55f32172b3 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -592,7 +592,7 @@ Summary: Network driver plugin for the libvirtd daemon
Requires: libvirt-daemon-common = %{version}-%{release}
Requires: libvirt-libs = %{version}-%{release}
Requires: dnsmasq >= 2.41
-Requires: iptables
+Requires: (iptables or nftables)
%description daemon-driver-network
The network driver plugin for the libvirtd daemon, providing
--
2.44.0