pyproject-rpm-macros/pyproject-rpm-macros.rpmlintrc

18 lines
671 B
Plaintext
Raw Permalink Normal View History

# this dependency is on purpose
addFilter(r'devel-dependency python3-devel')
# RPM macros, this is expected
addFilter(r'only-non-binary-in-usr-lib')
# we mention older macro names in the description, they are unexpanded on purpose
addFilter(r'unexpanded-macro %description .+ %py3_')
# we mention macro names in the descriptions and summaries
addFilter(r'[EW]: unexpanded-macro (%description|Summary).+ %(py3_|(generate|pyproject)_buildrequires)')
# terms, not spelling errors
addFilter(r"[EW]: spelling-error .+'(cfg|toml|setuptools|buildrequires)'")
# the documentation is in the other subpackage
addFilter(r'pyproject-srpm-macros.noarch: [EW]: no-documentation')