From 299264f17861875a818398baed8b1e2788584977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 22 Feb 2022 18:12:59 +0100 Subject: [PATCH] test/koji: install podman-plugins everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- osbuild-composer.spec | 3 --- test/cases/koji.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 89b75432c..3fade851a 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -419,10 +419,7 @@ Requires: httpd Requires: mod_ssl Requires: openssl Requires: firewalld -# 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} diff --git a/test/cases/koji.sh b/test/cases/koji.sh index 31386d883..ff7ddb4ec 100755 --- a/test/cases/koji.sh +++ b/test/cases/koji.sh @@ -19,9 +19,6 @@ fi # Provision the software under test. /usr/libexec/osbuild-composer-test/provision.sh -# Make sure podman-plugins are installed -sudo dnf -y install podman-plugins - greenprint "Starting containers" sudo /usr/libexec/osbuild-composer-test/run-koji-container.sh start