SHA256
1
0
forked from pool/rpmlint

- avoid warning with shlib policy on libtool

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=62
This commit is contained in:
Dirk Mueller 2011-08-24 14:41:58 +00:00 committed by Git OBS Bridge
parent ebee1cdfcc
commit e371aafa01
2 changed files with 6 additions and 0 deletions

1
config
View File

@ -571,6 +571,7 @@ addFilter('glibc\.\S+: \w: statically-linked-binary /usr/sbin/glibc_post_upgrade
addFilter(" symlink-should-be-relative ")
addFilter(" binary-or-shlib-defines-rpath .*ORIGIN")
addFilter("libzypp.*shlib-policy-name-error.*libzypp")
addFilter("libtool.*shlib-policy.*")
# stuff that is currently too noisy, but might become relevant in the future
addFilter(" prereq-use")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 24 16:41:42 CEST 2011 - dmueller@suse.de
- avoid warning with shlib policy on libtool
-------------------------------------------------------------------
Sat Aug 20 02:19:29 CEST 2011 - dmueller@suse.de