From f620c4cc2a1e97a689ed1f0054ba450be9ffb4ae Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 18 Dec 2024 15:29:56 +0100 Subject: [PATCH] rpminspect.yaml: do not check debuginfo for firmware files Resolves: RHEL-70755 Signed-off-by: Jaroslav Kysela --- rpminspect.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index c8f634b..3e2a940 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -2,6 +2,14 @@ elf: exclude_path: ^/lib/firmware/* +# exclude binary firmware files from debuginfo check entirely +# we cannot verify the functionalify for stripped files +# and they are not executed on host CPU +debuginfo: + ignore: + - /lib/firmware/*.bin + - /lib/firmware/*/* + # exclude binary firmware files from annocheck entirely annocheck: ignore: