RH packages maintaining

[Re]packaging Fedora/CentOS packages

cd ...git/package
fedpkg switch-branch master
fedpkg pull
edit 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 build
Loop:
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

Tags