Update rpmlintrc with filters for rpmlint 2.2

This commit is contained in:
Miro Hrončok 2022-08-16 18:43:51 +02:00 committed by churchyard
parent dd0f198400
commit e218a30e09

View File

@ -1,8 +1,5 @@
# this dependency is on purpose
addFilter(r'devel-dependency python3-devel')
# RPM macros, this is expected
addFilter(r'only-non-binary-in-usr-lib')
# spelling errors
addFilter(r'spelling-error .* en_US (toml|setuptools) ')
# we mention older macro names in the description, they are unexpanded on purpose
addFilter(r'unexpanded-macro %description .+ %py3_')