rpminspect: add automatic waiver for runpath check

The "runpath" check of rpminspect raises an error related
to DT_RPATH using /usr/lib64/samba for /usr/lib64/samba/pdb/ipasam.so.
This can be waived as ipasam.so is a plugin for smdb and
requires to have DT_RPATH set.
Add the path /usr/lib64/samba to the list of allowed DT_RPATH
to ignore the issue.

Resolves: #1947029 rpminspect false positive in runpath check
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2021-04-07 10:36:43 +02:00
parent dcf7347419
commit 1d7b04711c

View File

@ -1,3 +1,7 @@
---
specname:
match: suffix
runpath:
allowed_paths:
- /usr/lib64/samba