gnome-shell/rpminspect.yaml
Florian Müllner c471d82a46
rpminspect: Use correct paths in runpath exception
Mutter bumped its API version to 17 in GNOME 49.

Related: https://redhat.atlassian.net/browse/RHEL-156893
2026-03-26 00:22:50 +01:00

28 lines
1.0 KiB
YAML

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-17
- /usr/lib64/mutter-17