The coverage tool does work the same way on el6 (v3 vs v4), which wouldn't matter for building except we run coverage erase in the clean target and that version doesn't accept that usage (nor does v4 accept the old coverage -e usage). For now, just ignore the error.
The rhel6 python-devel package does not provide python2-devel, so the build requirement is changed to python-devel (which is still the package name in Fedora, even).
Fix a couple issues that break
make rpmon rhel6.The coverage tool does work the same way on el6 (v3 vs v4), which wouldn't matter for building except we run
coverage erasein the clean target and that version doesn't accept that usage (nor does v4 accept the old coverage -e usage). For now, just ignore the error.The rhel6 python-devel package does not provide
python2-devel, so the build requirement is changed to python-devel (which is still the package name in Fedora, even).