On Thu, 17 Jul 2008, Michael Schwendt wrote:
On Thu, 17 Jul 2008 00:51:15 +0200, Martin Sourada wrote:
The script is still misconfigured to run for i386 instead of i686, but that doesn't affect gxine+firefox.
Yeah, I got that mail a few times, and every time I checked the rest of the broken deps in that batch, there were obvious false positives like missing dependency: kernel-devel,
That's because kernel and kernel-devel (and a few other packages) are NOT available for i386. They are i686-only for RHEL afaik, not even i586. For the parameters passed to repoclosure this means "-a i686" and NOT "-a i386".
Just so I don't mailbomb everyone again. Changing:
process_deps 5 i386 testing yes
to
process_deps 5 i686 testing yes
?
-Mike