rpmlint: Filter a new way of unversioned Obsoletes warning

This commit is contained in:
Miro Hrončok 2021-03-26 14:29:07 +00:00 committed by Tomas Hrnciar
commit 80a6e5ce90

View file

@ -71,5 +71,9 @@ addFilter(r'macro-in-comment %\{_pyconfig(32|64)_h\}')
# Python modules don't need to be linked against libc
addFilter(r'(E|W): library-not-linked-against-libc /usr/lib(64)?/python3.\d/lib-dynload/')
# specfile-errors are listed twice, once with reason and once without
# we filter out the empty ones
addFilter(r'\bpython3(\.\d+)?\.(src|spec): (E|W): specfile-error\s+$')
# SPELLING ERRORS
addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')