Hi Michael,


Thanks to make this available for testing :-). So, I've got the src.rpm release (1.6.0) and both following lines seams to be a problem to rebuild on rhel 5.2 i386.

%ghost /var/www/cobbler/aux/anamon.pyc
%ghost /var/www/cobbler/aux/anamon.pyo

I'm a bit confused, because it doesn't seams to be include anywhere in the tarball and even into git. Moreover the spec files in devel branch doens't refer to this either.

If I understand correctly, %ghost macro tells to rpmbuild that the file should not be included in the package. In other hand files are not include into the tarball. So I think that both lines should be removed and here is a patch that remove it against the master branch.

Cheers,
Martial (babatoko)


On Thu, 12 Mar 2009 06:01:34 Michael DeHaan wrote:
> Hi folks,
>
> Source rpms for 1.6 are now available for those that want to help test
> 1.6 and see what's new.
>
> http://mdehaan.fedorapeople.org/files/cobbler/testing/
>
> This is a testing release, so you don't want to install these in
> production.
>
> We'll test on this for 1.5-2 weeks and then see about a release.
>
> You can see the list of things that have changed here:
> https://fedorahosted.org/pipermail/cobbler/2009-March/003205.html
>
> Thanks!
>
> --Michael