#496 Makefile/spec fixes for building on el6
Merged by mikem. Opened by mikem.
mikem/koji el6-makefile  into  master

Download 496.patch

Fix a couple issues that break make rpm on rhel6.

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).

Fixes #494

:thumbsup:

Commit 6282b65b fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

Metadata