As part of the Fedora x86 feature to compile everything as i686 the geode arch needs to be reclassified as i686 rather than i586. This has been done in rpm. https://fedoraproject.org/wiki/Features/F12X86Support doing a grep through the yum git repo I think its basically the same change as was done for rpm: rpmUtils/arch.py arches = { # ia32 "athlon": "i686", "i686": "i586", "geode": "i586", "i586": "i486", "i486": "i386", "i386": "noarch",
I sent a patch to yum upstream, however we're discussing whether this needs to be in upstream yum, or in Fedora's build of yum (ditto the rpm change that goes with it)
(In reply to comment #1) > I sent a patch to yum upstream, however we're discussing whether this needs to > be in upstream yum, or in Fedora's build of yum (ditto the rpm change that goes > with it) What's the status of this? Can we get it into the Fedora yum build while the decision is being made about upstream inclusion. We're losing valuable testing time as we steam towards the F12 release.
Is there a status on this?
What's the status on this. Its stopping quite a bit of testing of i686 on the geode arch in the lead up to the Beta.
I think at this point we need to carry it as a patch in Fedora's yum. Seth, can you make that happen?
yep.
yum-3.2.24-3.fc12 is in koji now.