[CI:BUILD] copr: buildah 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. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
d3f30df3c2
commit
bdb5494784
|
@ -59,7 +59,7 @@ BuildRequires: btrfs-progs-devel
|
|||
%if 0%{?fedora} <= 35
|
||||
Requires: containers-common >= 4:1-39
|
||||
%else
|
||||
Requires: containers-common >= 4:1-46
|
||||
Requires: containers-common-extra
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: libseccomp-devel
|
||||
|
|
Loading…
Reference in New Issue