<br><br><div class="gmail_quote">On Thu, Mar 8, 2012 at 4:13 PM, brad dreisbach <span dir="ltr"><<a href="mailto:bradd@ameri.ca">bradd@ameri.ca</a>></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>
> On Wed, Mar 7, 2012 at 12:25 PM, Mark <<a href="mailto:markhsa@gmail.com">markhsa@gmail.com</a>> wrote:<br>
>> This has been working fine to date, but now there is an error on the<br>
>> mythtv_build script below.<br>
>> How could this be resolved?<br>
>><br>
>> Checking for unpackaged file(s): /usr/lib/rpm/check-files<br>
>> /home/mark/rpmbuild/BUILDROOT/mythtv-0.25-0.1.git.1.fc16.x86_64<br>
>> error: Installed (but unpackaged) file(s) found:<br>
>> /usr/share/mythtv/hardwareprofile/.gitignore<br>
>><br>
>><br>
>> RPM build errors:<br>
>> Installed (but unpackaged) file(s) found:<br>
>> /usr/share/mythtv/hardwareprofile/.gitignore<br>
><br>
> Did you use the build_myth.sh script to build your package? It uses<br>
> "get archive..." should should have skipped putting git specific files<br>
> in the tarball.<br>
><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<release>.<arch>.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>