fa705ed622
In recent times, 'rpminspect --tests=annocheck', run by the Fedora CI,
has been failing because of the intentional DT_RPATH or DT_RUNPATH value
of /run/host%{_libdir} that's present in %{_bindir}/toolbox [1]. It's
not clear if they started failing again only recently due to changes in
rpminspect(1), or if the previous attempt at silencing it was broken and
never actually worked [2].
[1] Upstream commit 6063eb27b9893994
https://github.com/containers/toolbox/commit/6063eb27b9893994
https://github.com/containers/toolbox/issues/821
[2] Commit 12fabacd03
https://github.com/rpminspect/rpminspect/issues/1296
Resolves: RHEL-33522
14 lines
304 B
YAML
14 lines
304 B
YAML
# https://github.com/rpminspect/rpminspect/blob/master/data/generic.yaml
|
|
# https://github.com/rpminspect/rpminspect-data-fedora/blob/main/fedora.yaml
|
|
|
|
---
|
|
|
|
annocheck:
|
|
extra_opts:
|
|
hardened: --skip-run-path
|
|
|
|
runpath:
|
|
allowed_paths:
|
|
- /run/host/usr/lib
|
|
- /run/host/usr/lib64
|