From 9df68a5b70f8368af3a2b298b20eb688f2dc27bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Tue, 10 Sep 2024 11:24:08 +0200 Subject: [PATCH] Avoid some rpminspect failures in gating - badfuncs - false positives - pathmigration - genuine but of a low priority --- rpminspect.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..6771cdf --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,13 @@ +badfuncs: + # GCC doesn't use the "forbidden" functions as such. Just some of its + # sanitizers can instrument those functions which leads to false + # positives in the badfuncs test. + ignore: + - /usr/lib*/libasan.so.*.*.* + - /usr/lib*/libtsan.so.*.*.* + +pathmigration: + # Incomplete UsrMove, known but not planned at the moment + ignore: + - /lib*/libgcc_s-*.so.* + - /lib*/libgcc_s.so.*