Accepting request 974279 from home:marxin:branches:LibreOffice:Factory

- Revert: Filter out binary-or-shlib-defines-rpath with $ORIGIN argument,
  $ORIGIN is interpreted by rpmlint now.

OBS-URL: https://build.opensuse.org/request/show/974279
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1020
This commit is contained in:
Danilo Spinella 2022-05-05 13:26:26 +00:00 committed by Git OBS Bridge
parent c6c80f4a1b
commit 88ebbfb7b5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,2 @@
# 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

@ -6,6 +6,12 @@ Mon May 2 13:57:03 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
https://wiki.documentfoundation.org/Releases/7.3.3/RC2
- Add system_curl build condition
-------------------------------------------------------------------
Mon May 2 06:51:08 UTC 2022 - Martin Liška <mliska@suse.cz>
- Revert: Filter out binary-or-shlib-defines-rpath with $ORIGIN argument,
$ORIGIN is interpreted by rpmlint now.
-------------------------------------------------------------------
Wed Apr 27 09:22:38 UTC 2022 - Martin Liška <mliska@suse.cz>