mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
spec: require nftables rather than iptables for newer RHEL/Fedora
It will still be possible to install iptables and use the iptables backend, but we'll be showing a greater preference for nftables, which is the proper thing to be doing. Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
3855f9fbd4
commit
ff0d7e5c18
@ -592,7 +592,11 @@ Summary: Network driver plugin for the libvirtd daemon
|
|||||||
Requires: libvirt-daemon-common = %{version}-%{release}
|
Requires: libvirt-daemon-common = %{version}-%{release}
|
||||||
Requires: libvirt-libs = %{version}-%{release}
|
Requires: libvirt-libs = %{version}-%{release}
|
||||||
Requires: dnsmasq >= 2.41
|
Requires: dnsmasq >= 2.41
|
||||||
|
%if 0%{?rhel} >= 10 || 0%{?fedora} >= 41
|
||||||
|
Requires: nftables
|
||||||
|
%else
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
|
%endif
|
||||||
|
|
||||||
%description daemon-driver-network
|
%description daemon-driver-network
|
||||||
The network driver plugin for the libvirtd daemon, providing
|
The network driver plugin for the libvirtd daemon, providing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user