From 0bcac397a3cc1c702eca9272703d30524ee02402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 25 Feb 2021 10:25:48 +0100 Subject: [PATCH] test: remove the podman-plugins workaround Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1877865 is now shipped in 8.3. --- koji-osbuild.spec | 1 + test/integration.sh | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/koji-osbuild.spec b/koji-osbuild.spec index 8846678..17d5021 100644 --- a/koji-osbuild.spec +++ b/koji-osbuild.spec @@ -135,6 +135,7 @@ Requires: krb5-workstation Requires: openssl Requires: osbuild-composer >= 22 Requires: podman +Requires: podman-plugins # See comment in test/integration.sh %if 0%{?fedora} diff --git a/test/integration.sh b/test/integration.sh index 2b890b6..4e9eea6 100755 --- a/test/integration.sh +++ b/test/integration.sh @@ -15,23 +15,6 @@ if [[ $ID == rhel ]] && ! rpm -q epel-release; then sudo rpm -Uvh /tmp/epel.rpm fi -# HACK: podman-plugins was only recently added to RHEL. Fetch it from the -# RHEL 8.4.0 snapshot until 8.3.1 released (we don't do z-stream snapshots). -# On Fedora, podman-plugins is installed in the koji-osbuild-tests package. -# Please adjust the spec file to do the same on RHEL before removing this block. -greenprint "Install the podman dnsname plugin" -if [[ $ID == rhel ]]; then - sudo tee /etc/yum.repos.d/rhel-8-4-0.repo << EOF -[rhel-8-4-0] -name = RHEL 8.4.0 override -baseurl = https://rpmrepo.osbuild.org/v1/psi/el8/el8-x86_64-appstream-8.4.0.n-20201201 -enabled = 0 -gpgcheck = 1 -EOF - - sudo dnf -y install '--disablerepo=*' --enablerepo=rhel-8-4-0 podman-plugins -fi - greenprint "Fetching RPMs" sudo mkdir -p /tmp/osbuild-composer-koji-test/rpms sudo dnf -y \