From 17b873e4f37276c4c32e2b5103f65a3de68aba70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 2 Jul 2021 10:43:12 +0100 Subject: [PATCH] silence rpminspect: an invalid-looking DT_RPATH: $ORIGIN/../../program which is intentional and desirable for libreoffice --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..c86a37a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +runpath: + allowed_origin_paths: + # this is the real part after $ORIGIN + - /../../program + # but match this because that is what rpminspect turns it into + - /program