Blame SOURCES/yum-ppc64-preferred.patch

82b73e
diff -ru yum-3.4.3-orig/rpmUtils/arch.py yum-3.4.3/rpmUtils/arch.py
82b73e
--- yum-3.4.3-orig/rpmUtils/arch.py	2011-06-28 17:01:10.009680846 -0400
82b73e
+++ yum-3.4.3/rpmUtils/arch.py	2011-06-28 17:01:31.849916539 -0400
82b73e
@@ -3,7 +3,7 @@
82b73e
 import ctypes
82b73e
 import struct
82b73e
 
82b73e
-_ppc64_native_is_best = False
82b73e
+_ppc64_native_is_best = True
82b73e
 
82b73e
 # dict mapping arch -> ( multicompat, best personality, biarch personality )
82b73e
 multilibArches = { "x86_64":  ( "athlon", "x86_64", "athlon" ),
82b73e
Only in yum-3.4.3/rpmUtils: arch.py~