Description of problem: Since the mass rebuild for i586, irqbalance is now unavailable in rawhide for 32bit x86. Version-Release number of selected component (if applicable): irqbalance-0.55-13.fc11 How reproducible: yum list irqbalance Actual results: None Expected results: irqbalance.i586
$ sudo yum --enablerepo=rawhide list irqb* Available Packages irqbalance.i386 2:0.55-12.fc11 rawhide
Do you have a local mirror of rawhide or something? It is old version (-12 as opposed to -13) and is definitely not on the main server. Check the latest koji build, it was not built for i586 (i386 is gone).
I thought rawhide was undergoing a mass rebuild, is that perhaps why its missing?
Mass rebuild is the reason, but not for the delay, since the package was successfully built for the ppc, ppc64 and x86_64 architectures: http://koji.fedoraproject.org/koji/buildinfo?buildID=86481 There seems to be a problem in the spec file that doesn't allow building for new i586 platform that replaces i386.
yep, thats it, thanks, I've corrected this in irqbalance-0.55-14.fc11. Building now, should be available shortly. Thanks!
I finally re-enabled my cvs access, and I can see your change now. Thanks. BTW, for ExclusiveArch, in most cases if you really mean 32bit x86 archs, you should use the %{ix86} macro instead.
I think this can be closed now.