Seth Vidal de6aca1
--- yum/config.py~	2008-03-14 15:52:03.000000000 -0400
Seth Vidal de6aca1
+++ yum/config.py	2008-03-14 15:52:03.000000000 -0400
Seth Vidal de6aca1
@@ -636,7 +636,7 @@
Seth Vidal de6aca1
     mdpolicy = SelectionOption('group:primary',
Seth Vidal de6aca1
                                ('instant', 'group:all', 'group:main',
Seth Vidal de6aca1
                                 'group:small', 'group:primary'))
Seth Vidal de6aca1
-    multilib_policy = SelectionOption('all',('best', 'all'))
Seth Vidal de6aca1
+    multilib_policy = SelectionOption('best',('best', 'all'))
Seth Vidal de6aca1
                  # all == install any/all arches you can
Seth Vidal de6aca1
                  # best == use the 'best  arch' for the system
Seth Vidal de6aca1