From e0054520f8392bc7a307d27ea61c4db5b8409191 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 9 Mar 2021 06:02:10 +0000 Subject: [PATCH] Filter out debuginfo rpms when scanning for banned files The debuginfo subpackages are automatically generated, with content installed according to a predefined directory layout, so there is little value in checking for banned files they may ship. Signed-off-by: Patrick McCarty --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 0af72b8..ba48878 100644 --- a/Makefile.common +++ b/Makefile.common @@ -78,7 +78,7 @@ configemail: #help checkblacklist: Verify rpms files to not include banned files for Clear Linux OS. checkblacklist: - @$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist results/*.rpm + @$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(filter-out ${DEBUGINFO_RPM},${RPMS}) prebuild-checks: