From 5e42048a0f8ba232ff9b9a07fbd262ee84cf435a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 13 Dec 2021 20:54:18 +0000 Subject: [PATCH] suppress rpminspect run-path test for sdk binaries where the path is intentionally [$ORIGIN/../../program] --- rpminspect.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index c86a37a..0d4b620 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -4,3 +4,14 @@ runpath: - /../../program # but match this because that is what rpminspect turns it into - /program + +annocheck: + ignore: + # run-path test because the DT_RPATH/DT_RUNPATH dynamic tag has a path that contains '..' + # and the path is intentionally [$ORIGIN/../../program] + - /usr/lib*/libreoffice/sdk/bin/cppumaker + - /usr/lib*/libreoffice/sdk/bin/idlc + - /usr/lib*/libreoffice/sdk/bin/javamaker + - /usr/lib*/libreoffice/sdk/bin/unoapploader + - /usr/lib*/libreoffice/sdk/bin/unoidl-check + - /usr/lib*/libreoffice/sdk/bin/uno-skeletonmaker