From 62dbf34013d5a336fcb1ac3f577aa7b23f8c96ba Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 11 Jul 2023 17:41:17 +0200 Subject: [PATCH] rpminspect: Ignore the debuginfo check for libpython libpython3.so doesn't contain any compiled code hence no debugging symbols are stripped from it. --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 213d92c..b568e63 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -21,6 +21,10 @@ filesize: # artificially large number, TODO a better way size_threshold: 100000 +debuginfo: + ignore: + # libpython3.so doesn't contain compiled code + - /usr/lib/debug/usr/lib*/libpython3.so*debug # completely disabled inspections: inspections: