Bug 518415 - Change geode arch from i586 to i686
Summary: Change geode arch from i586 to i686
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 517475
Blocks: F12Beta, F12BetaBlocker
TreeView+ depends on / blocked
 
Reported: 2009-08-20 10:32 UTC by Peter Robinson
Modified: 2014-01-21 23:10 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-09 20:04:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.