From 3e3fef6f50f3507c7ed8a88daeb31bfee0a6bdd4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 31 Jan 2023 17:47:38 +0530 Subject: [PATCH] adjust qemu-user-static dependencies in containers-common-extra Signed-off-by: Lokesh Mandvekar --- containers-common.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/containers-common.spec b/containers-common.spec index 40f1b46..35828fd 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -76,6 +76,10 @@ Requires: iptables Requires: nftables Suggests: containernetworking-plugins >= 0.9.1-1 Suggests: qemu-user-static +Recommends: qemu-user-static +Requires: (qemu-user-static-aarch64 if fedora-release-identity-server) +Requires: (qemu-user-static-arm if fedora-release-identity-server) +Requires: (qemu-user-static-x86 if fedora-release-identity-server) %description extra This subpackage will handle dependencies common to Podman and Buildah which are