From 37c970a4db6dd7f5c6885e40bc506efd3288a573 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Mar 24 2018 07:06:56 +0000 Subject: rpmlintrc: Filter macro-in-comment %{_pyconfig(32|64)_h} --- diff --git a/python3.rpmlintrc b/python3.rpmlintrc index 2c6e93d..03607c6 100644 --- a/python3.rpmlintrc +++ b/python3.rpmlintrc @@ -60,6 +60,8 @@ addFilter(r'python3\d?-debug.[^:]+: (E|W): (non-)?devel-file-in-(non-)?devel-pac addFilter(r'dangling-relative-symlink /usr/lib(64)?/pkgconfig/python-3\.\ddm\.pc python-3\.\d\.pc') addFilter(r'read-error /usr/lib(64)?/pkgconfig/python-3\.\ddm\.pc \[Errno 2\]') +# we need this macro to evaluate, even if the line starts with # +addFilter(r'macro-in-comment %\{_pyconfig(32|64)_h\}') # SPELLING ERRORS addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')