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.
This commit is contained in:
parent
df8cc89df4
commit
aee17a2180
@ -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.
|
# 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