From a0406226b5797f61bf4e9dc9f01d0d256ab23c82 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 25 May 2022 02:01:05 +0000 Subject: [PATCH] Add missing dependency to the fedora-flags test Other packages that use this test won't have clang pre-installed, so we need to explicitly add the dependency. --- tests/fedora-flags/main.fmf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fedora-flags/main.fmf b/tests/fedora-flags/main.fmf index cc6405b..02f6ce5 100644 --- a/tests/fedora-flags/main.fmf +++ b/tests/fedora-flags/main.fmf @@ -2,6 +2,7 @@ summary: fedora-flags test: "$WITH_SCL ./test.sh" require: - annobin + - clang - redhat-rpm-config adjust: - because: s390x does not have epel repo which is required to provide rpm macros