Fix compatibilty with rpmlint 2.0+
Revert "ruby.rpmlintrc: Add a filter for "E: shared-lib-without-dependency-information"."
This reverts commit aee17a2180
.
This is not needed anymore, because Zuul runs rpmlint 2.0+ already.
This commit is contained in:
parent
c4043528c1
commit
22597b6039
@ -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.
|
# Nothing referred and no dependency information should be no problem.
|
||||||
# https://bugs.ruby-lang.org/issues/16558#note-2
|
# 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$')
|
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.
|
# 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$')
|
addFilter(r'^ruby-libs\.\w+: W: library-not-linked-against-libc /usr/lib(64)?/ruby/.*.so$')
|
||||||
|
Loading…
Reference in New Issue
Block a user