From 1899fbe52e9a7d748f61e80dbef9f927622a62ba Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Feb 07 2019 14:33:23 +0000 Subject: tar-testsuite: try to depend on wget TODO: flip after https://bugzilla.redhat.com/show_bug.cgi?id=1643588 --- diff --git a/tar-testsuite/Makefile b/tar-testsuite/Makefile index 4a457c4..e8b8faf 100644 --- a/tar-testsuite/Makefile +++ b/tar-testsuite/Makefile @@ -54,7 +54,7 @@ $(METADATA): Makefile @echo "Type: Regression" >> $(METADATA) @echo "TestTime: 60m" >> $(METADATA) @echo "RunFor: tar" >> $(METADATA) - @echo "Requires: tar texinfo libacl-devel rsh libselinux-devel rpm-build gcc" >> $(METADATA) + @echo "Requires: tar texinfo libacl-devel rsh libselinux-devel rpm-build gcc wget" >> $(METADATA) @echo "Priority: Normal" >> $(METADATA) @echo "License: GPLv2" >> $(METADATA) @echo "Confidential: no" >> $(METADATA)