From ac595d4a50ada2e95b30d16c10a5a231fce1f92a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 21 Mar 2025 14:52:05 +0100 Subject: [PATCH] Add rpminspect.yaml with expected failures (RHEL-84451) Resolves: RHEL-84451 --- rpminspect.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..95ebb87 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,36 @@ +inspections: + # We edit SourceNNN: files directly. + upstream: off + + # We have expected glibc-internal uses of otherwise banned functions. + badfuncs: off + +rpmdeps: + # glibc-benchtests does not have exact version dependencies so + # that the benchmark package can be installed with other glibc versions. + ignore: + requires: ^lib[a-z]+\.so\.[0-9]\((\)|GLIBC_).* + +pathmigration: + # Deliberate gap. + # https://issues.redhat.com/browse/RHEL-63048 + # https://issues.redhat.com/browse/RHEL-67332 + excluded_paths: + - /sbin/ldconfig + +debuginfo: + # ld.so ships with debuginfo to help observability tools. + # rpminspect treats the .symtab in the main DSOs as debuginfo, too. + # https://bugzilla.redhat.com/show_bug.cgi?id=1661513 + ignore: + - /usr/lib*/ld*so* + - /usr/lib*/libc-2.28.so + - /usr/lib*/libdl-2.28.so + - /usr/lib*/libm-2.28.so + - /usr/lib*/libpthread-2.28.so + - /usr/lib*/librt-2.28.so + - /usr/lib*/glibc-hwcaps/*/libc-2.28.so + - /usr/lib*/glibc-hwcaps/*/libdl-2.28.so + - /usr/lib*/glibc-hwcaps/*/libm-2.28.so + - /usr/lib*/glibc-hwcaps/*/libpthread-2.28.so + - /usr/lib*/glibc-hwcaps/*/librt-2.28.so