Skip to content

Instantly share code, notes, and snippets.

@LorbusChris
Created September 16, 2017 03:55
Show Gist options
  • Save LorbusChris/73e6f36acac17274b3c27516ca0d86b3 to your computer and use it in GitHub Desktop.
Save LorbusChris/73e6f36acac17274b3c27516ca0d86b3 to your computer and use it in GitHub Desktop.
RPM Dev Flow
# fedora login
KRB5_TRACE=/dev/stdout kinit lorbus@FEDORAPROJECT.ORG
# rpm build procedure
rpmlint coturn.spec
rpmbuild --nodeps -bs coturn.spec
koji build --scratch f27 /home/chris/rpmbuild/SRPMS/coturn-4.5.0.6-1.fc26.src.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment