From 8efe38163bbe7d4e8cca9f514743163a3a3e0a63 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 6 Jun 2025 07:45:07 -0400 Subject: [PATCH] Add rpminspect.yaml Resolves: RHEL-95183 --- rpminspect.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..6d99cfa --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,22 @@ +inspections: + # GCC subpackages are inter-dependent but without requesting an explicit + # version - which rpmdeps dislikes. We can't fix it easily and it's not + # a practical problem anyway. Unfortunately we can't say rpmdeps to ignore + # the particular warning and just do the rest, therefore we are switching + # rpmdeps off completely. We'll compensate the missing coverage by a new + # custom downstream test. + rpmdeps: off + +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.*