From c3b2aeb2893454a36ff6c2b0509ba96625f0fdc7 Mon Sep 17 00:00:00 2001 From: Rusty Bird Date: Sun, 19 Nov 2017 15:48:32 +0000 Subject: [PATCH] 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. --- rpm_spec/core-agent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm_spec/core-agent.spec b/rpm_spec/core-agent.spec index 76251e2..129cb3a 100644 --- a/rpm_spec/core-agent.spec +++ b/rpm_spec/core-agent.spec @@ -228,6 +228,7 @@ Scripts required to handle dom0 updates. %package networking Summary: Networking support for Qubes VM Requires: ethtool +Requires: iptables Requires: net-tools Requires: nftables Requires: socat