On Mon, 2007-05-21 at 21:25 -0400, SmootherFrOgZ wrote: > > > 2007/5/21, Jesse Keating <jkeating@xxxxxxxxxx>: > On Monday 21 May 2007 19:09:22 SmootherFrOgZ wrote: > > [SmootherFrOgZ@lxtbuild FC-6]$ make tag > > cvs tag -c gammu-1_10_0-2_fc6 > > ? gammu.spec > > Your gammu.spec is locally modified and not checked in. > > -- > before maked build, i set up a "cvs commit" then a "cvs up" > > notice, only devel branch built, the other still failed. > > Do i miss something ? Loot at the `cvs tag` output again: gammu.spec is prefixed with a question mark ("?") instead of a "T". which means that cvs did not tag it or touch it at all because it doesn't know anything about it. Looks like you need to run `cvs add gammu.spec` to add it to the CVS repository. (Note that you will need to commit and tag this again. For the tagging, you can set TAG_OPTS="-F" to redo the tag properly.) Example: $ cvs add gammu.spec $ cvs commit -m "Adding the spec file." gammu.spec $ TAG_OPTS=-F make tag Hope that helps. -- Peter Gordon (codergeek42) / FSF & EFF Member GnuPG Public Key ID: 0xFFC19479 / Fingerprint: DD68 A414 56BD 6368 D957 9666 4268 CB7A FFC1 9479 Blog: http://thecodergeek.com/blog/ About: http://fedoraproject.org/wiki/PeterGordon
Attachment:
signature.asc
Description: This is a digitally signed message part
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list