mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-04 16:05:42 +00:00
rpm: require specific containers-common with new config files
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
cefaa0ee44
commit
e20616b48c
1 changed files with 2 additions and 8 deletions
|
|
@ -100,14 +100,8 @@ BuildRequires: systemd
|
|||
BuildRequires: systemd-devel
|
||||
Requires: catatonit
|
||||
Requires: conmon >= 2:2.1.7-2
|
||||
%if %{defined fedora} && 0%{?fedora} >= 40
|
||||
# TODO: Remove the f40 conditional after a few releases to keep conditionals to
|
||||
# a minimum
|
||||
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2269148
|
||||
Requires: containers-common-extra >= 5:0.58.0-1
|
||||
%else
|
||||
Requires: containers-common-extra
|
||||
%endif
|
||||
# Podman 6 requires the new config file layout.
|
||||
Requires: containers-common-extra >= 5:0.68.0
|
||||
%if %{defined sequoia}
|
||||
Requires: podman-sequoia
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue