Adjust rpminspect.yaml for Flatpak

This commit is contained in:
Tomas Popela 2024-08-15 08:22:12 +02:00
parent b8f6f423f9
commit 239d1fb494

View File

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