<br><br><div class="gmail_quote">On Thu, Mar 8, 2012 at 4:13 PM, brad dreisbach <span dir="ltr">&lt;<a href="mailto:bradd@ameri.ca">bradd@ameri.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On Mar 7, 2012, at 5:22 PM, Richard Shaw wrote:<br>
<br>
&gt; On Wed, Mar 7, 2012 at 12:25 PM, Mark &lt;<a href="mailto:markhsa@gmail.com">markhsa@gmail.com</a>&gt; wrote:<br>
&gt;&gt; This has been working fine to date, but now there is an error on the<br>
&gt;&gt; mythtv_build script below.<br>
&gt;&gt; How could this be resolved?<br>
&gt;&gt;<br>
&gt;&gt; Checking for unpackaged file(s): /usr/lib/rpm/check-files<br>
&gt;&gt; /home/mark/rpmbuild/BUILDROOT/mythtv-0.25-0.1.git.1.fc16.x86_64<br>
&gt;&gt; error: Installed (but unpackaged) file(s) found:<br>
&gt;&gt;    /usr/share/mythtv/hardwareprofile/.gitignore<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; RPM build errors:<br>
&gt;&gt;     Installed (but unpackaged) file(s) found:<br>
&gt;&gt;    /usr/share/mythtv/hardwareprofile/.gitignore<br>
&gt;<br>
&gt; Did you use the build_myth.sh script to build your package? It uses<br>
&gt; &quot;get archive...&quot; should should have skipped putting git specific files<br>
&gt; in the tarball.<br>
&gt;<br>
<br>
</div>something is amiss with the build_myth.sh script.  i observed the same problem above as well.  i also noticed this, which I havent had a chance to look in to it yet, but its also strange.  this is how build_myth.sh is setting the gitrev in the spec file:<br>

<br>
# MythTV Version string -- preferably the output from git --describe<br>
%define vers_string v0.25-beta-63-g3474fc2<br>
<br>
# Git Revision number and branch<br>
%define _gitrev 1<br>
%define branch master<br>
<br>
<br>
so its producing rpms with a -0.25-0.1.git.1.fc&lt;release&gt;.&lt;arch&gt;.rpm<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br></div></div></blockquote><div><br>Exactly.  The version number is a show stopper, the other can be temporarily solved by adding a dir line for it under common files in the spec file.<br>
<br>Who maintains this that would look and fix perhaps? <br></div></div><br>