5b829ac
--- mash/__init__.py.orig	2008-02-20 00:37:18.000000000 +0100
5b829ac
+++ mash/__init__.py	2008-02-20 00:37:55.000000000 +0100
5b829ac
@@ -383,7 +383,7 @@ enabled=1
5b829ac
         yumbase.doRpmDBSetup()
5b829ac
         # Nggh.
5b829ac
         yumbase.ts.pushVSFlags((rpm._RPMVSF_NOSIGNATURES|rpm._RPMVSF_NODIGESTS))
5b829ac
-        yumbase.doSackSetup(archlist = archlist, thisrepo=self.config.name)
5b829ac
+        yumbase.doSackSetup(archlist = archlist, thisrepo='%s-%s' % (self.config.name, arch))
5b829ac
         yumbase.doSackFilelistPopulate()
5b829ac
 
5b829ac
         filelist = []