Tool for checking common errors in RPM packages
Replace manual BuildRequires with automatic python build-dependency generator. This also requires replacing %py3_build/%py3_install with the more modern %pyproject_wheel/%pyproject_install macros. Make use of %pyproject_save_files and %pyproject_files in the process, to ensure we keep up with any future changes in the python deployment process. Note that %pyproject_save_files includes `%license COPYING` so we don't need to list it separately. Make test dependencies conditional on `--with tests` (which is the default). While here, re-order the BuildRequires and Requires sections. |
||
|---|---|---|
| .gitignore | ||
| fedora.toml | ||
| licenses.toml | ||
| rpmlint-CHANGES.package.old | ||
| rpmlint-etc.config | ||
| rpmlint.config | ||
| rpmlint.spec | ||
| scoring.toml | ||
| sources | ||
| users-groups.toml | ||
| warn-on-functions.toml | ||