SPEC/-tests: don't require podman-plugins on F40+ and c10s
The sub-package has been deprecated in podman v5.0.0, which is shipped in these distributions. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
eb3884f71a
commit
cdf0a5b8cc
1 changed files with 4 additions and 0 deletions
|
|
@ -395,7 +395,11 @@ Requires: httpd
|
|||
Requires: mod_ssl
|
||||
Requires: openssl
|
||||
Requires: firewalld
|
||||
# podman-plugins has been deprecated since podman version 5.0.0,
|
||||
# which is in Fedora 40+ and in c10s / el10
|
||||
%if (0%{?rhel} && 0%{?rhel} < 10) || (0%{?fedora} && 0%{?fedora} < 40)
|
||||
Requires: podman-plugins
|
||||
%endif
|
||||
Requires: dnf-plugins-core
|
||||
Requires: skopeo
|
||||
Requires: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue