Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522988 --- Comment #34 from Christoph Wickert <cwickert@xxxxxxxxxxxxxxxxx> 2009-10-03 05:49:37 EDT --- (In reply to comment #32) > but now that the package has been imported, it can't be imported again... so if > I've made a change, how do I tell it to use the new 1.0-2.fc11 source package? Just commit the spec and the files you changed from your local cvs. make clog (this will create a file called "clog" with your latest changelog entry) cvs commit -F clog (clog will be used as commit message) make tag build As ling as a particular version of a package hasn't sucessfully been build, you can also re-tag something with TAG_OPTS=-F make tag But please be careful with this, never overwrite a package that has already been built. Finally, if you really need to bump the release on an older branch, make sure you don't break the upgrade path, this means the F11 package must not be higher than the F12 one. So you'd use -1.fc11.1 instead of -2.fc11. See http://fedoraproject.org/wiki/Packaging/NamingGuidelines#Minor_release_bumps_for_old_branches for more info. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review