<br><br><div class="gmail_quote">On Tue, Aug 25, 2009 at 3:10 AM, Andrea Musuruane <span dir="ltr"><<a href="mailto:musuruan@gmail.com">musuruan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, Aug 24, 2009 at 9:01 PM, solarflow99<<a href="mailto:solarflow99@gmail.com">solarflow99@gmail.com</a>> wrote:<br>
> I just have a question about updating a package in CVS. From the example, I<br>
> edit the spec file and it shows to type: make tag build. However this<br>
> command fails, and doing make build doesnt seem to take the new spec file, I<br>
> know I must be missing something simple here..<br>
><br>
><br>
> # make tag<br>
> cvs tag -c dosemu-1_4_0-4_1905svn<br>
> cvs tag: dosemu.spec is locally modified<br>
> cvs [tag aborted]: correct the above errors first!<br>
> make: *** [tag] Error 1<br>
<br>
</div></div>I just noticed that you didn't use the %{?dist} tag:<br>
<a href="http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Using_the_.25.7B.3Fdist.7D_Tag" target="_blank">http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Using_the_.25.7B.3Fdist.7D_Tag</a><br>
<br>
You should use it otherwise you won't guarantee a clean upgrade path<br>
from different Fedora releases (e.g. from F-10 to F-11).<br>
<br>
A side error of not using the %{?dist} tag will be the impossibility<br>
to use "make tag" because different branches cannot have the same tag.</blockquote><div><br>thanks guys, I didn't realize committing clog was important to read in the other changes too. I can't believe I didnt use {?dist} I can't remember why I did that now. So I made the necessary changes, make tag worked, and got this far now..<br>
<br> <font color="#888888"><br>
</font></div></div># make build<br>PLAGUE_CLIENT_CONFIG=/root/.plague-client-rpmfusion.cfg /usr/bin/plague-client build dosemu dosemu-1_4_0-4_1905svn{?dist} f10-free<br>Error: an error ocurred communicating with the server. '<Fault 1: "exceptions.NameError:global name 'cvs_tag' is not defined">'<br>
make: *** [plague] Error 1<br><br>