From c471d82a46182dad8daaa43e3af9bf97e1f3ceba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 26 Mar 2026 00:21:41 +0100 Subject: [PATCH] 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 --- rpminspect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index c1599aa..cb5e6ef 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -23,5 +23,5 @@ runpath: allowed_paths: # mutter is a semi-private library, so its # libraries aren't in the regular lookup path - - /usr/lib/mutter-15 - - /usr/lib64/mutter-15 + - /usr/lib/mutter-17 + - /usr/lib64/mutter-17