From 0d6ad6a457486f9234b2734fa285027fc7a2eda7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 11:59:49 -0800 Subject: [PATCH] Bring rpminspect.yaml over from Brew dist-git Signed-off-by: Troy Dawson --- rpminspect.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..3206527 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,14 @@ +--- +badfuncs: + ignore: + - /usr/lib*/xorg/modules/extensions/libvnc.so + - /usr/bin/vncviewer + - /usr/bin/Xvnc + - /usr/bin/x0vncserver +runpath: + # This is intentional, we know where we need Mesa's libGL, which will always + # be in ${libdir} and not any third-party libGL that may be configured using + # ld.so.conf. + allowed_paths: + - /usr/lib64 + - /usr/lib