flatpak/rpminspect.yaml
Debarshi Ray 4006e98c7f Silence 'rpminspect --tests=runpath'
The DT_RPATH or DT_RUNPATH value of %{_libdir} that's present in
%{_libexecdir}/installed-tests/Flatpak/testlibrary is intentional [1].
It's meant to make the installed test run against the Flatpak binaries
produced by the same build by forcing the use of the prefix specified
during the build.

[1] Upstream commit d19f6c330aa42e17
    https://github.com/flatpak/flatpak/commit/d19f6c330aa42e17

Resolves: RHEL-4220
2023-11-08 12:47:06 +01:00

10 lines
372 B
YAML

# https://one.redhat.com/rhel-development-guide/#proc_modifying-a-per-package-rpminspect-yaml-file_assembly_tools-and-services
# https://github.com/rpminspect/rpminspect/blob/master/data/generic.yaml
# https://gitlab.cee.redhat.com/osci/rpminspect-data-redhat/-/blob/master/redhat.yaml
---
runpath:
ignore:
- /usr/libexec/installed-tests/Flatpak/testlibrary