Home - nak3/fedora-package GitHub Wiki

getting started

  1. fedpkg clone $(PACKAGE)

  2. fedpkg import $(PATH_TO_SRPM)

  3. Update spec file

$ vim apt-cacher-ng.spec $ git add $SPEC_FILE

  1. git commit -m β€œUpdate to”

  2. git push

  3. fedpkg build

  4. fedpkg update – (Need to update info)

ε„γƒγƒΌγ‚Έγƒ§γƒ³γ”γ¨γ«γ‚’γƒƒγƒ—γƒ‡γƒΌγƒˆ

  1. fedpkg switch-branch F_VERSION – eg: fedpkg switch-branch f20

  2. git merge master

  3. git push

  4. fedpkg build

  5. fedpkg update

8 ~ 12 fedpkg switch-branch F_VERSION && git merge master && git push && fedpkg build && fedpkg update

troubleshooting

permission denied