diff --git a/config b/config index 1e6af6e..55cb033 100644 --- a/config +++ b/config @@ -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") diff --git a/rpmlint.changes b/rpmlint.changes index fb6b598..1ce2a24 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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