From 4006e98c7f6bade14858509e2abce3bd11b549ad Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 8 Nov 2023 12:47:06 +0100 Subject: [PATCH] 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 --- rpminspect.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..5119598 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,9 @@ +# 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