Accepting request 683010 from home:iznogood:branches:multimedia:libs

- Add a new filter line to rpmlintrc
  (addFilter("no-dependency-on ffmpeg-4-lib*")).

OBS-URL: https://build.opensuse.org/request/show/683010
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=52
This commit is contained in:
Jan Engelhardt 2019-03-09 20:51:37 +00:00 committed by Git OBS Bridge
parent b12d2f65f3
commit e286b15af5
2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,4 @@ addFilter("no-manual-page-for-binary")
# our libraries really have those names and versions
addFilter("shlib-fixed-dependency")
addFilter("no-dependency-on libffmpeg.*")
addFilter("no-dependency-on ffmpeg-4-lib*")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 9 11:59:31 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Add a new filter line to rpmlintrc
(addFilter("no-dependency-on ffmpeg-4-lib*")).
-------------------------------------------------------------------
Sat Mar 2 07:38:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>