From 611ca8bf3e41b9beb5b6c82a6c47cbe0be3828dc Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 16 Feb 2023 13:16:45 -0500 Subject: [PATCH] rpminspect: add a reduced elf ignorelist Signed-off-by: Robbie Harwood --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index a047051..8d8440f 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -14,3 +14,9 @@ inspections: # kernel executables have debug symbols. debuginfo: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=2007428 + elf: + ignore: + - /usr/lib/grub/i386-pc/kernel.* + - /usr/lib/grub/i386-pc/lnxboot.image