[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 <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2022-10-18 14:02:15 +05:30
parent cd0c9494dd
commit cadb64d32d

View File

@ -78,13 +78,7 @@ BuildRequires: ostree-devel
BuildRequires: systemd BuildRequires: systemd
BuildRequires: systemd-devel BuildRequires: systemd-devel
Requires: conmon >= 2:2.0.30-2 Requires: conmon >= 2:2.0.30-2
# containers-common pulled from podman-next copr for f34, Requires: containers-common-extra >= 4:1-78
# 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: iptables Requires: iptables
Requires: nftables Requires: nftables
Recommends: catatonit Recommends: catatonit