[yum-cvs] yum/rpmUtils arch.py,1.17,1.18

Jeremy Katz katzj at linux.duke.edu
Mon Jun 4 18:50:48 UTC 2007


Update of /home/groups/yum/cvs/yum/rpmUtils
In directory login1.linux.duke.edu:/tmp/cvs-serv9843/rpmUtils

Modified Files:
	arch.py 
Log Message:
add support for arm arches (Lennert Buytenhek <buytenh at wantstofly.org>)


Index: arch.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/rpmUtils/arch.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- arch.py	27 Apr 2007 12:59:58 -0000	1.17
+++ arch.py	4 Jun 2007 18:50:46 -0000	1.18
@@ -52,6 +52,11 @@
     "alphaev56": "alphaev5",
     "alphaev5": "alpha",
     "alpha": "noarch",
+
+    # arm
+    "armv61": "armv5tejl",
+    "arm5tejl": "armv5tel",
+    "armv5tel": "noarch",
     }
 
 # this computes the difference between myarch and targetarch




More information about the Yum-cvs-commits mailing list