Add iptables dep to qubes-core-agent-networking RPM spec
Only the Debian package had declared the dependecy. And apparently, fedora-26-minimal does not include the iptables package by default anymore.
This commit is contained in:
parent
589c32b1e3
commit
c3b2aeb289
@ -228,6 +228,7 @@ Scripts required to handle dom0 updates.
|
|||||||
%package networking
|
%package networking
|
||||||
Summary: Networking support for Qubes VM
|
Summary: Networking support for Qubes VM
|
||||||
Requires: ethtool
|
Requires: ethtool
|
||||||
|
Requires: iptables
|
||||||
Requires: net-tools
|
Requires: net-tools
|
||||||
Requires: nftables
|
Requires: nftables
|
||||||
Requires: socat
|
Requires: socat
|
||||||
|
Loading…
Reference in New Issue
Block a user