Blame SOURCES/geode-arch.patch

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