From cadb64d32df5ad8e0ee44f32bea0e1ede73acd36 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 18 Oct 2022 14:02:15 +0530 Subject: [PATCH] [CI:BUILD] copr: podman rpm should depend on containers-common-extra containers-common now has a new `-extra` subpackage which handles dependencies common to podman and buildah and also depends on the main package `containers-common` itself. The podman-next copr rebuilds containers-common from the rawhide branch of dist-git so it will always have the latest version and will also supersede the official containers-common packages (except on rawhide where it will be equal). Fixes: #16137 Signed-off-by: Lokesh Mandvekar --- podman.spec.rpkg | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/podman.spec.rpkg b/podman.spec.rpkg index eeaf49f639..53107c9ee2 100644 --- a/podman.spec.rpkg +++ b/podman.spec.rpkg @@ -78,13 +78,7 @@ BuildRequires: ostree-devel BuildRequires: systemd BuildRequires: systemd-devel Requires: conmon >= 2:2.0.30-2 -# containers-common pulled from podman-next copr for f34, -# from the distro repos for f35+ -%if 0%{?fedora} <= 35 -Requires: containers-common >= 4:1-39 -%else -Requires: containers-common >= 4:1-46 -%endif +Requires: containers-common-extra >= 4:1-78 Requires: iptables Requires: nftables Recommends: catatonit