From 22597b60392b8b0fb76dfaa97211d686f8031478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 2 Jan 2023 18:20:46 +0100 Subject: [PATCH] Fix compatibilty with rpmlint 2.0+ Revert "ruby.rpmlintrc: Add a filter for "E: shared-lib-without-dependency-information"." This reverts commit aee17a21802d113ed3c065540ddd1eab7592a42b. This is not needed anymore, because Zuul runs rpmlint 2.0+ already. --- ruby.rpmlintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruby.rpmlintrc b/ruby.rpmlintrc index c8119ba..8a4dde6 100644 --- a/ruby.rpmlintrc +++ b/ruby.rpmlintrc @@ -34,8 +34,6 @@ 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$')