https://bugzilla.redhat.com/show_bug.cgi?id=1228865 --- Comment #17 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> --- (In reply to Alexander Ploumistos from comment #16) > (In reply to Parag AN(पराग) from comment #15) > > I have no concern over adding more text in the spec file but its place at > > top of the spec file. That's bikeshedding ;) While I agree that putting the license at the top is a bit awkward, it certainly isn't wrong. > OK, got it. I'll rearrange the text and update everything over the weekend. > I hope no one minds me hogging up koji... There's certainly no need to rebuild everything for this. Since it's just a change in the spec file, it's totally fine to do it by just pushing the git commit without bumping the version and/or rebuilding the package. Also, even if you built some package, there's no need to submit an update. > By the way, is there a fedpkg option to submit all of the branches at once > to the remote and/or koji? fedpkg no. But you can use something like: git push origin master master:f23 master:f22 master:f21 if f21/f22/f23/master are the same, or update each branch locally if branches are not at the same commit and: git push origin master f23 f22 f21 I don't think there's a way to submit multiple builds, but you can use: fedpkg build --nowait to submit a job and immediately continue. Something like: fedpkg build --nowait ... && fedpkg build --nowait ... && ... -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review