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