From 3f58d9624f94c99a784dfe9d10684fda8abd7a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 28 May 2024 16:02:52 +0200 Subject: [PATCH] Add (back) rpminspect configuration The rhel-10/c10s branches were created from the Fedora package, so the rpminspect configuration from RHEL8/9 got lost. --- rpminspect.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2b7a4ed --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,27 @@ +desktop: + skip_exec_check: + # uses a placeholder exec because it's never launched; + # provides icon + name to extension preference dialogs + - /usr/share/applications/org.gnome.Shell.Extensions.desktop + + # uses a placeholder exec because it's never launched; + # provides icon + name to the portal login window + - /usr/share/applications/org.gnome.Shell.PortalHelper.desktop + + # uses evolution's executable and icon; used to launch + # the calendar component with startup notifcation if + # evolution is the preferred calendar application + - /usr/share/applications/evolution-calendar.desktop + + skip_icon_check: + # uses evolution's executable and icon; used to launch + # the calendar component with startup notifcation if + # evolution is the preferred calendar application + - /usr/share/applications/evolution-calendar.desktop + +runpath: + allowed_paths: + # mutter is a semi-private library, so its + # libraries aren't in the regular lookup path + - /usr/lib/mutter-14 + - /usr/lib64/mutter-14