Skip to content

Commit e20616b

Browse files
committed
rpm: require specific containers-common with new config files
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent cefaa0e commit e20616b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

rpm/podman.spec

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,8 @@ BuildRequires: systemd
100100
BuildRequires: systemd-devel
101101
Requires: catatonit
102102
Requires: conmon >= 2:2.1.7-2
103-
%if %{defined fedora} && 0%{?fedora} >= 40
104-
# TODO: Remove the f40 conditional after a few releases to keep conditionals to
105-
# a minimum
106-
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2269148
107-
Requires: containers-common-extra >= 5:0.58.0-1
108-
%else
109-
Requires: containers-common-extra
110-
%endif
103+
# Podman 6 requires the new config file layout.
104+
Requires: containers-common-extra >= 5:0.68.0
111105
%if %{defined sequoia}
112106
Requires: podman-sequoia
113107
%endif

0 commit comments

Comments
 (0)