From a17e94618cbff67b2abf546d9016afaec37d5bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 26 Mar 2021 13:48:47 +0100 Subject: [PATCH] rpmlint: library-not-linked-against-libc/shared-lib-without-dependency-information may be a warning --- python3.10.rpmlintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.10.rpmlintrc b/python3.10.rpmlintrc index 930d8ec..8eb1825 100644 --- a/python3.10.rpmlintrc +++ b/python3.10.rpmlintrc @@ -86,8 +86,8 @@ addFilter(r'macro-in-comment %\{_pyconfig(32|64)_h\}') # Python modules don't need to be linked against libc # Since 3.8 they are no longer linked against libpython3.8.so.1.0 -addFilter(r'E: library-not-linked-against-libc /usr/lib(64)?/python3\.\d+/lib-dynload/') -addFilter(r'E: shared-lib-without-dependency-information /usr/lib(64)?/python3\.\d+/lib-dynload/') +addFilter(r'(E|W): library-not-linked-against-libc /usr/lib(64)?/python3\.\d+/lib-dynload/') +addFilter(r'(E|W): shared-lib-without-dependency-information /usr/lib(64)?/python3\.\d+/lib-dynload/') # specfile-errors are listed twice, once with reason and once without # we filter out the empty ones