From 2c9c975b77dfec6d52b669955040ae15e8d58e03 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 16 Dec 2021 12:21:54 +0100 Subject: [PATCH] Add rpminspect.yaml to supress warnings about badfuncs and runpath checks --- 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..b811105 --- /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