From b5b9cd2788843e55af1e9ba93f54aedcab053fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lenka=20=C5=A0pa=C4=8Dkov=C3=A1?= Date: Wed, 7 May 2025 17:52:56 +0200 Subject: [PATCH] Add rpminspect.yaml Resolves: RHEL-88090 --- rpminspect.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..47bf58c --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ +runpath: + allowed_paths: + - /usr/lib64 + +specname: + # In GCC toolsets builds, the spec file name and the package are not + # exactly the same, the package is prefixed with gcc-toolset-NN-. + # Let's ignore the prefix in the specname test. + match: suffix + primary: filename