<br><br><div class="gmail_quote">On Tue, Aug 25, 2009 at 3:10 AM, Andrea Musuruane <span dir="ltr">&lt;<a href="mailto:musuruan@gmail.com">musuruan@gmail.com</a>&gt;</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&lt;<a href="mailto:solarflow99@gmail.com">solarflow99@gmail.com</a>&gt; wrote:<br>
&gt; I just have a question about updating a package in CVS.  From the example, I<br>
&gt; edit the spec file and it shows to type: make tag build.   However this<br>
&gt; command fails, and doing make build doesnt seem to take the new spec file, I<br>
&gt; know I must be missing something simple here..<br>
&gt;<br>
&gt;<br>
&gt; # make tag<br>
&gt; cvs tag  -c dosemu-1_4_0-4_1905svn<br>
&gt; cvs tag: dosemu.spec is locally modified<br>
&gt; cvs [tag aborted]: correct the above errors first!<br>
&gt; make: *** [tag] Error 1<br>
<br>
</div></div>I just noticed that you didn&#39;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&#39;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 &quot;make tag&quot; because different branches cannot have the same tag.</blockquote><div><br>thanks guys, I didn&#39;t realize committing clog was important to read in the other changes too.  I can&#39;t believe I didnt use {?dist} I can&#39;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. &#39;&lt;Fault 1: &quot;exceptions.NameError:global name &#39;cvs_tag&#39; is not defined&quot;&gt;&#39;<br>
make: *** [plague] Error 1<br><br>