From fa111f82a41ffda799886b5fe82221bf434dcf8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 27 Jul 2021 11:58:30 +0200 Subject: [PATCH] test: do not install podman-plugins on RHEL 9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are not yet shipped in RHEL 9.0, this makes the tests subpackage installable. Signed-off-by: Ondřej Budai --- osbuild-composer.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 7d6114fb5..8f51c7648 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -345,7 +345,10 @@ Requires: python3-lxml Requires: httpd Requires: mod_ssl Requires: openssl +# see https://bugzilla.redhat.com/show_bug.cgi?id=1986333 +%if 0%{?rhel} && 0%{?rhel} != 9 Requires: podman-plugins +%endif Requires: dnf-plugins-core Requires: skopeo %if 0%{?fedora}