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
This commit is contained in:
Danilo Spinella 2022-04-27 12:00:43 +00:00 committed by Git OBS Bridge
parent 81d3f955d0
commit 49fe9c47a1
2 changed files with 7 additions and 0 deletions

View File

@ -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")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 27 09:22:38 UTC 2022 - Martin Liška <mliska@suse.cz>
- 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 <danilo.spinella@suse.com>