Dependency generators for Python RPMs
This removes an ugly hack that was used to get rid of: warning: Macro %1 defined but not used within scope I've noticed the %_pythonname_obsoletes generator does not expand %1 on non-RHELs and yet the warning is not shown. When debugging the missing warning, I've noticed it is never shown at all. According to RPM upstream, the warning was an undesired artifact: https://github.com/rpm-software-management/rpm/discussions/2501 It was purposefully removed starting with RPM 4.17. |
||
---|---|---|
tests | ||
.gitignore | ||
COPYING | ||
python-rpm-generators.spec | ||
python.attr | ||
pythonbundles.py | ||
pythondist.attr | ||
pythondistdeps.py | ||
pythonname.attr | ||
rpminspect.yaml | ||
sources | ||
update-test-sources.sh |