Created
January 5, 2015 17:42
-
-
Save sbotman/0d751a4240bf5341556c to your computer and use it in GitHub Desktop.
RPM Building
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commands for creating nagios rpm file | |
yum install rpm-build | |
yum install yum-utils | |
yum-builddep nagios.spec | |
rpmbuild -ba nagios.spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment