From 618dd0a6d51b4b5aed04341c6c2d5fe0f4d12bd5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 19 Dec 2024 19:16:57 +0100 Subject: [PATCH] rpminspect.yaml: do not run elf test for firmware files Resolves: RHEL-70755 Signed-off-by: Jaroslav Kysela --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 3e2a940..d6f721c 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -15,3 +15,9 @@ annocheck: ignore: - /lib/firmware/*.bin - /lib/firmware/*/* + +# exclude binary firmware files from elf test entirely +elf: + ignore: + - /lib/firmware/*.bin + - /lib/firmware/*/*