From 040115104fd18335bb4f54936f2f30702aac07c1 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Jun 15 2018 08:50:06 +0000 Subject: remove yum-utils dependency from test --- diff --git a/tests/smoke-test/Makefile b/tests/smoke-test/Makefile index 22dfe9b..0e0dda3 100644 --- a/tests/smoke-test/Makefile +++ b/tests/smoke-test/Makefile @@ -59,11 +59,11 @@ $(METADATA): Makefile @echo "Requires: rpm-build" >> $(METADATA) @echo "Requires: gawk" >> $(METADATA) @echo "Requires: gcc-c++ fipscheck" >> $(METADATA) - @echo "Requires: libgpg-error-devel yum-utils wget" >> $(METADATA) + @echo "Requires: libgpg-error-devel wget" >> $(METADATA) @echo "Requires: pkgconfig texinfo libselinux-utils" >> $(METADATA) @echo "Releases: -RHEL3 -RHEL4" >> $(METADATA) @echo "Priority: Normal" >> $(METADATA) - @echo "Architectures: i386 x86_64 s390x ia64" >> $(METADATA) + @echo "Architectures: i386 x86_64 s390x ia64" >> $(METADATA) @echo "License: GPLv2" >> $(METADATA) @echo "Confidential: no" >> $(METADATA) @echo "Destructive: no" >> $(METADATA) diff --git a/tests/tests.yml b/tests/tests.yml index 8c1d16c..dd115e9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -18,4 +18,3 @@ - rpm-build - texinfo - wget - - yum-utils