summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2019-04-26 15:46:00 +0100
committerDavid Howells <dhowells@redhat.com>2019-04-26 15:46:00 +0100
commitd66ce0b94ba40b8d5db88c7bc218a1948ec06fd9 (patch)
tree5062f2049feb125d322961e587675689699f5005 /tests
parent0b1654506039e614954e141aad3ceddb7018a2cb (diff)
downloadkeyutils-d66ce0b94ba40b8d5db88c7bc218a1948ec06fd9.tar.gz
TEST: Add requirement
The testsuite now requires lsb_release, so we need to make sure we require the package that supplies it when inside the RH test farm. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 5f0cc9c..838aea2 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 Red Hat, Inc. All rights reserved. This copyrighted material
+# Copyright (c) 2015 Red Hat, Inc. All rights reserved. This copyrighted material
# is made available to anyone wishing to use, modify, copy, or
# redistribute it subject to the terms and conditions of the GNU General
# Public License v.2.
@@ -66,6 +66,7 @@ $(METADATA): Makefile
@echo "TestTime: 30m" >> $(METADATA)
@echo "RunFor: $(PACKAGE_NAME)" >> $(METADATA)
@echo "Requires: $(PACKAGE_NAME)" >> $(METADATA)
+ @echo "Requires: redhat-lsb-core" >> $(METADATA)
@echo "Releases: -RHEL2.1 -RHEL3" >> $(METADATA)
@echo "Type: Tier1" >> $(METADATA)
@echo "Type: KernelTier1" >> $(METADATA)