From aee17a21802d113ed3c065540ddd1eab7592a42b Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mar 15 2022 22:15:53 +0000 Subject: ruby.rpmlintrc: Add a filter for "E: shared-lib-without-dependency-information". Add a filter for "E: shared-lib-without-dependency-information" for rpmlint 1.11 compatibility in Zuul CI. --- diff --git a/ruby.rpmlintrc b/ruby.rpmlintrc index 85d91b9..0c2b585 100644 --- a/ruby.rpmlintrc +++ b/ruby.rpmlintrc @@ -34,6 +34,8 @@ addFilter(r'^ruby-libs\.\w+: W: binary-or-shlib-calls-gethostbyname /usr/lib(64) # Nothing referred and no dependency information should be no problem. # https://bugs.ruby-lang.org/issues/16558#note-2 addFilter(r'^ruby-libs\.\w+: E: shared-library-without-dependency-information /usr/lib(64)?/ruby/enc/gb2312.so$') +# Compatibility for rpmlint 1.11. +addFilter(r'^ruby-libs\.\w+: E: shared-lib-without-dependency-information /usr/lib(64)?/ruby/enc/gb2312.so$') # These are Ruby plugins, where Ruby always load glibc prior the library. addFilter(r'^ruby-libs\.\w+: W: library-not-linked-against-libc /usr/lib(64)?/ruby/.*.so$')