Skip to content

Instantly share code, notes, and snippets.

@johnrc
Created March 29, 2016 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnrc/883ca30b409d36a12b19 to your computer and use it in GitHub Desktop.
Save johnrc/883ca30b409d36a12b19 to your computer and use it in GitHub Desktop.
Commands to create an rpm

RPM Setup

To compile RPMs do the following:

yum install rpmdevtools
useradd makerpm
rpmdev-setuptree

For example:

curl -O --progress https://www.kernel.org/pub/software/scm/git/git-2.8.0.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment