From 239d1fb49438bb8f6b92a99475a7738d56ad2644 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 15 Aug 2024 08:22:12 +0200 Subject: [PATCH] Adjust rpminspect.yaml for Flatpak --- rpminspect.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index dff72ef..3dec029 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -5,10 +5,9 @@ inspections: # the badfunc is triggered by inet_addr and inet_ntoa which is in the third party # libraries bundled to firefox sources. badfuncs: - allowed: - /usr/lib64/firefox/libxul.so: - - inet_addr - - inet_ntoa + ignore: + - /usr/lib*/firefox/libxul.so + - /app/lib*/firefox/libxul.so # We don't plan to build Firefox with the LTO because it brings more problems # than benefits to the package. annocheck: @@ -17,3 +16,4 @@ runpath: # rpath to bundled content allowed_paths: - /usr/lib64/firefox/bundled/lib64 + - /app/lib64/firefox/bundled/lib64