From 61bb8d332e94c84dfc20becfb86df8b62a62046d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 10:41:06 -0800 Subject: [PATCH] Bring rpminspect.yaml over from Brew dist-git Signed-off-by: Troy Dawson --- rpminspect.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..b7f03d7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,19 @@ +desktop: + # sadly, it doesn't look like there's anything more + # fine-grained than outright ignoring entire files + ignore: + # uses evolution's executable and icon; used to launch + # the calendar component with startup notifcation if + # evolution is the preferred calendar application + - evolution-calendar.desktop + + # uses a placeholder exec because it's never launched; + # provides icon + name to the portal login window + - org.gnome.Shell.PortalHelper.desktop + +runpath: + allowed_paths: + # mutter is a semi-private library, so its + # libraries aren't in the regular lookup path + - /usr/lib/mutter-4 + - /usr/lib64/mutter-4