diff --git a/pyproject-rpm-macros.rpmlintrc b/pyproject-rpm-macros.rpmlintrc index c97d7d7..6d42985 100644 --- a/pyproject-rpm-macros.rpmlintrc +++ b/pyproject-rpm-macros.rpmlintrc @@ -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_')