test: do not install podman-plugins on RHEL 9.0
They are not yet shipped in RHEL 9.0, this makes the tests subpackage installable. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
0336612160
commit
fa111f82a4
1 changed files with 3 additions and 0 deletions
|
|
@ -345,7 +345,10 @@ Requires: python3-lxml
|
||||||
Requires: httpd
|
Requires: httpd
|
||||||
Requires: mod_ssl
|
Requires: mod_ssl
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
|
# see https://bugzilla.redhat.com/show_bug.cgi?id=1986333
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} != 9
|
||||||
Requires: podman-plugins
|
Requires: podman-plugins
|
||||||
|
%endif
|
||||||
Requires: dnf-plugins-core
|
Requires: dnf-plugins-core
|
||||||
Requires: skopeo
|
Requires: skopeo
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue