mirror of
https://github.com/joernott/python-nagiosplugin-rpm.git
synced 2025-11-16 00:19:14 +00:00
RPM SPEC to build the nagiosplugin bindings for python2 and python3 for RHEL/CentOS
| LICENSE | ||
| python-nagiosplugin.spec | ||
| README.md | ||
python-nagiosplugin-rpm
This repository provides the specfile for the python-nagiosplugin library. It has been tested on RHEL 7 and CentOS 7 but might work on other redhat derivatives as well.
It is based on http://www.thesimplebrief.com/linux/python-nagiosplugin.spec which I found via https://bugzilla.redhat.com/show_bug.cgi?id=1057454. I tried to fix the todos mentioned in the ticket. As python3 is finally mainstream, I removed the conditionals around the python3 build.
Credits
- Jordan Metzmeier for the initial spec file for 1.2
- The people behind nagiosplugin