From 881a120bf5f3d19445015c71d75ec360424f7131 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Wed, 5 Jun 2024 12:35:25 +0200 Subject: [PATCH] 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. Signed-off-by: Florence Blanc-Renaud --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index f5915e0..7e75bb6 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,6 @@ --- specname: match: suffix +runpath: + allowed_paths: + - /usr/lib64/samba