Skip to content

Instantly share code, notes, and snippets.

@sbotman
Created January 5, 2015 17:42
Show Gist options
  • Save sbotman/0d751a4240bf5341556c to your computer and use it in GitHub Desktop.
Save sbotman/0d751a4240bf5341556c to your computer and use it in GitHub Desktop.
RPM Building
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