mirror of https://github.com/containers/podman.git
Merge pull request #22030 from lsm5/fedora-rpm-deps
[skip-ci] rpm: update containers-common dep on f40+
This commit is contained in:
commit
410f0988e2
|
|
@ -101,7 +101,14 @@ BuildRequires: python3
|
|||
%endif
|
||||
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
|
||||
%if %{defined rhel} && !%{defined eln}
|
||||
Recommends: gvisor-tap-vsock-gvforwarder
|
||||
%else
|
||||
|
|
|
|||
Loading…
Reference in New Issue