From e371aafa010285d94dea5d6c1b3df1a04bde74eca19296d41d51e005b28e9f4a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 24 Aug 2011 14:41:58 +0000 Subject: [PATCH] - avoid warning with shlib policy on libtool OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=62 --- config | 1 + rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+) 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