Bring rpminspect.yaml over from Brew dist-git

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2023-03-10 10:41:06 -08:00
parent 41c8a07cf2
commit 61bb8d332e
1 changed files with 19 additions and 0 deletions

19
rpminspect.yaml Normal file
View File

@ -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