Home - nak3/fedora-package GitHub Wiki
getting started
-
fedpkg clone $(PACKAGE)
-
fedpkg import $(PATH_TO_SRPM)
-
Update spec file
$ vim apt-cacher-ng.spec $ git add $SPEC_FILE
-
git commit -m βUpdate toβ
-
git push
-
fedpkg build
-
fedpkg update β (Need to update info)
εγγΌγΈγ§γ³γγ¨γ«γ’γγγγΌγ
-
fedpkg switch-branch F_VERSION β eg: fedpkg switch-branch f20
-
git merge master
-
git push
-
fedpkg build
-
fedpkg update
8 ~ 12 fedpkg switch-branch F_VERSION && git merge master && git push && fedpkg build && fedpkg update