From 03bdb932315d1e7896accf2fdac60801a21929de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 10 Feb 2022 11:21:37 +0100 Subject: [PATCH] Final touches to the rpmlintrc file --- pypy3.9.rpmlintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pypy3.9.rpmlintrc b/pypy3.9.rpmlintrc index 7c88006..8b50ec4 100644 --- a/pypy3.9.rpmlintrc +++ b/pypy3.9.rpmlintrc @@ -29,6 +29,9 @@ addFilter(r'no-manual-page-for-binary pypy(3(\.\d+)?)?') # missing documentation from subpackages addFilter(r'^pypy3(\.\d+)?-(debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation') +# Obviously deliberately empty file(s) +addFilter(r'hidden-file-or-dir /usr/lib(64)?/pypy3\.\d+/.*\.empty') + # we have extra tokens at the end of %endif/%else directives, we consider them useful addFilter(r'extra tokens at the end of %(endif|else) directive')