From 49fe9c47a116fc739c99016f528c1db6742c207a5a152c30d21c2c2c33193a1b Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Wed, 27 Apr 2022 12:00:43 +0000 Subject: [PATCH] Accepting request 973068 from home:marxin:branches:LibreOffice:Factory - Filter out binary-or-shlib-defines-rpath with $ORIGIN argument. It is pretty fine and it is newly reported by rpmlint. OBS-URL: https://build.opensuse.org/request/show/973068 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1015 --- libreoffice-rpmlintrc | 1 + libreoffice.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/libreoffice-rpmlintrc b/libreoffice-rpmlintrc index 6da1683..ed45d94 100644 --- a/libreoffice-rpmlintrc +++ b/libreoffice-rpmlintrc @@ -1,2 +1,3 @@ # libreoffice devel package is de facto called libreoffice-sdk #addFilter("devel-file-in-non-devel-package") +addFilter("binary-or-shlib-defines-rpath .*ORIGIN") diff --git a/libreoffice.changes b/libreoffice.changes index 6527b2d..9122817 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 27 09:22:38 UTC 2022 - Martin Liška + +- Filter out binary-or-shlib-defines-rpath with $ORIGIN argument. + It is pretty fine and it is newly reported by rpmlint. + ------------------------------------------------------------------- Tue Apr 26 15:34:26 UTC 2022 - Danilo Spinella