From 4a27677822e8d4d6d09e592c5c034c87aa4c43f6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 4 May 2022 15:07:31 -0400 Subject: [PATCH] Add missing container networking dependencies (#2081834) This mimics what is in place for Podman, so that it can correctly set up container networking out of the box. --- buildah.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildah.spec b/buildah.spec index c904c2f..2cc1a4d 100644 --- a/buildah.spec +++ b/buildah.spec @@ -39,6 +39,10 @@ BuildRequires: make BuildRequires: ostree-devel BuildRequires: btrfs-progs-devel Requires: containers-common >= 4:1-46 +Suggests: containernetworking-plugins >= 0.9.1-1 +Requires: netavark +Requires: iptables +Requires: nftables BuildRequires: libseccomp-static Requires: libseccomp >= 2.4.1-0 Suggests: cpp