Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2013 18:01
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 anonymous/4750433 to your computer and use it in GitHub Desktop.
Save anonymous/4750433 to your computer and use it in GitHub Desktop.
download the current SRPM
try to build it, install development dependencies, build it again.
download the new source, put it in the SOURCES directory
un-tar it and ensure it builds with ./configure ; make
edit the .spec file to use the new source
edit the .spec file to remove any patches that are incorporated in the new source
try and build the new rpm
- clear; rpmbuild -ba proftpd.spec > build.out 2>build.err; cat build.err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment