From 041e99cb5346b593d591221da335a7c25ff88cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 23 Mar 2022 15:39:22 +0100 Subject: [PATCH] spec: remove double dependency on podman-plugins I introduced this in 0bcac397a3cc1c702eca9272703d30524ee02402, we can just podman-plugins anywhere so let's drop the unneeded conditional dependency. --- koji-osbuild.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/koji-osbuild.spec b/koji-osbuild.spec index 0ebaa57..da2e10e 100644 --- a/koji-osbuild.spec +++ b/koji-osbuild.spec @@ -148,11 +148,6 @@ Requires: osbuild-composer-tests Requires: podman Requires: podman-plugins -# See comment in test/integration.sh -%if 0%{?fedora} -Requires: podman-plugins -%endif - %description tests Integration tests for koji-osbuild. To be run on a dedicated system.