[yum-git] rpmUtils/arch.py

Seth Vidal skvidal at linux.duke.edu
Mon Feb 11 16:25:12 UTC 2008


 rpmUtils/arch.py |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 879fde941b87f5bfabe9f0b7427aa053116e8c4c
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Feb 11 11:22:23 2008 -0500

    add patch from Masaki Chikama for Super-H architecture support
    closes rh bug:  432261

diff --git a/rpmUtils/arch.py b/rpmUtils/arch.py
index 9f21310..c91bf0d 100644
--- a/rpmUtils/arch.py
+++ b/rpmUtils/arch.py
@@ -60,6 +60,11 @@ arches = {
     "armv61": "armv5tejl",
     "armv5tejl": "armv5tel",
     "armv5tel": "noarch",
+
+    # super-h 
+    "sh4a": "sh4",
+    "sh4": "noarch",
+    "sh3": "noarch",
     }
 
 def legitMultiArchesInSameLib(arch=None):



More information about the Yum-cvs-commits mailing list