From 4598ba6fce3f8a5904208fa57de1a64c81fa87ca Mon Sep 17 00:00:00 2001 From: "Ziqian SUN (Zamir)" Date: Tue, 4 Sep 2018 18:08:36 +0800 Subject: [PATCH] tests: testcase do not need RhtsRequires and python any more "RhtsRequires: kernel-kernel-general-include" is what is needed in our Beaker tests. By the time this is moved into upstream tests, the essential part for kernel-kernel-general-include is moved into the test directory, namely "sanity/parse_taint.sh". The detailed history is in the upstreamfirst preparing repo: https://upstreamfirst.fedorainfracloud.org/kmod/c/4539f2d5acd9011d54b7ae5cffda041fb0c12847?branch=master But due to some reason it was forgotten to remove the RhtsRequires from the makefile. python is not used at all in this test so that is just removed. Resolves: RHEL-8903 Signed-off-by: Ziqian SUN (Zamir) Signed-off-by: Yauheni Kaliuta --- tests/sanity/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/sanity/Makefile b/tests/sanity/Makefile index 9ea4f00..2f4a2ea 100644 --- a/tests/sanity/Makefile +++ b/tests/sanity/Makefile @@ -71,11 +71,10 @@ $(METADATA): Makefile @echo "RunFor: kernel" >> $(METADATA) @echo "Requires: kernel" >> $(METADATA) @echo "Requires: sysstat perf trace-cmd" >> $(METADATA) - @echo "Requires: $(PACKAGE_NAME) python rpm wget" >> $(METADATA) + @echo "Requires: $(PACKAGE_NAME) rpm wget" >> $(METADATA) @echo "Priority: Normal" >> $(METADATA) @echo "License: GPLv2" >> $(METADATA) @echo "Confidential: no" >> $(METADATA) @echo "Destructive: no" >> $(METADATA) - @echo "RhtsRequires: kernel-kernel-general-include" >> $(METADATA) rhts-lint $(METADATA)