Blame SOURCES/geode-arch.patch

5e9bef
diff --git a/rpmUtils/arch.py b/rpmUtils/arch.py
5e9bef
index b493b6a..27c6d53 100644
5e9bef
--- a/rpmUtils/arch.py
5e9bef
+++ b/rpmUtils/arch.py
5e9bef
@@ -15,7 +15,7 @@ arches = {
5e9bef
     # ia32
5e9bef
     "athlon": "i686",
5e9bef
     "i686": "i586",
5e9bef
-    "geode": "i586",
5e9bef
+    "geode": "i686",
5e9bef
     "i586": "i486",
5e9bef
     "i486": "i386",
5e9bef
     "i386": "noarch",
5e9bef
-- 
5e9bef
1.6.2.5
5e9bef