From bdb8baf9a9b53373f9ca8a5de97cc9a199fb7d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 2 Jan 2024 18:25:26 +0100 Subject: [PATCH] Remove obsolete rpmlint filters `shared-library-without-dependency` and `library-not-linked-against-libc` checs were removed: https://github.com/rpm-software-management/rpmlint/pull/970 --- ruby.rpmlintrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ruby.rpmlintrc b/ruby.rpmlintrc index 7265bdf..c15b8fb 100644 --- a/ruby.rpmlintrc +++ b/ruby.rpmlintrc @@ -31,13 +31,6 @@ addFilter(r'^ruby-libs\.\w+: W: crypto-policy-non-compliance-openssl /usr/lib(64 # https://bugs.ruby-lang.org/issues/17944 addFilter(r'^ruby-libs\.\w+: W: binary-or-shlib-calls-gethostbyname /usr/lib(64)?/ruby/socket.so$') -# 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$') - -# 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$') - # Rake ships some examples. addFilter(r'^rubygem-rake.noarch: W: devel-file-in-non-devel-package /usr/share/gems/gems/rake-[\d\.]+/doc/example/\w+.c$')