spec: remove double dependency on podman-plugins

I introduced this in 0bcac397a3, we can just
podman-plugins anywhere so let's drop the unneeded conditional dependency.
This commit is contained in:
Ondřej Budai 2022-03-23 15:39:22 +01:00 committed by Christian Kellner
parent 5575282ab3
commit 041e99cb53

View file

@ -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.