[Re]packaging Fedora/CentOS packages
cd ...git/package fedpkg switch-branch master fedpkg pulledit spec
rpmbuild -bs .../*.spec
koji build --scratch f??/rawhide/epel? ...src.rpm
fedpkg new-sources ...tar.gz git add *.spec fedpkg commit -c -p [fedpkg push] fedpkg buildLoop:
fedpkg switch-branch f??/epel? git merge master fedpkg push fedpkg build fedpkg update [--type bugfix --bugs BUGS | --type enhancement --notes "Version bump"]The end:
fedpkg switch-branch master