From d4eda6057aa0a63df8a4323fb85dee94cdc81950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 20 Jun 2022 13:33:12 +0200 Subject: [PATCH] rpminspect: exclude the debug build from annocheck entirely --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 213d92c..a111efb 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -9,6 +9,13 @@ badfuncs: ignore: - /usr/lib*/python*/lib-dynload/_socket.* +# exclude the debug build from annocheck entirely +annocheck: + ignore: + - /usr/bin/python*d + - /usr/lib*/libpython*d.so.1.0 + - /usr/lib*/python*/lib-dynload/*.cpython-*d-*-*-*.so + # don't report changed content of compiled files # that is expected with every toolchain update and not reproducible yet changedfiles: