Add rpmlint RC file and URL

This commit is contained in:
Miro Hrončok 2019-07-02 13:05:10 +02:00
parent 162b0ca345
commit a4df3c984a
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# 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) ')

View File

@ -5,6 +5,7 @@ License: MIT
Source0: macros.pyproject
Source1: README.md
Source2: LICENSE
URL: https://src.fedoraproject.org/rpms/pyproject-rpm-macros
BuildArch: noarch
Summary: RPM macros for PEP 517 Python packages