Bug 518415

Summary: Change geode arch from i586 to i686
Product: [Fedora] Fedora Reporter: Peter Robinson <pbrobinson>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, ffesti, james.antill, maxamillion, pmatilai, sebastian, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-09 20:04:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 517475    
Bug Blocks: 507678    

Description Peter Robinson 2009-08-20 10:32:46 UTC
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",

Comment 1 Jesse Keating 2009-08-24 17:23:40 UTC
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)

Comment 2 Peter Robinson 2009-08-28 10:32:27 UTC
(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.

Comment 3 Peter Robinson 2009-09-02 20:49:03 UTC
Is there a status on this?

Comment 4 Peter Robinson 2009-09-08 14:49:50 UTC
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.

Comment 5 Jesse Keating 2009-09-09 19:36:19 UTC
I think at this point we need to carry it as a patch in Fedora's yum.  Seth, can you make that happen?

Comment 6 seth vidal 2009-09-09 19:43:57 UTC
yep.

Comment 7 seth vidal 2009-09-09 20:04:08 UTC
yum-3.2.24-3.fc12 is in koji now.