From d3f33bc6828b31c9982d7cfdeb8da0463fafd969 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 6 Feb 2023 18:17:32 -0500 Subject: [PATCH] rpminspect: ignore debuginfo Signed-off-by: Robbie Harwood --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 015af4e..51ab060 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -20,3 +20,6 @@ inspections: # https://bugzilla.redhat.com/show_bug.cgi?id=2007431 permissions: off + + # kernel executables have debug symbols. + debuginfo: off