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')