[yum-commits] yum/drpm.py

James Antill james at osuosl.org
Sun Jul 7 14:22:46 UTC 2013


 yum/drpm.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46db3a390aa3ed3e14169dce2d11ff880ff13860
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Fri Jul 5 15:02:23 2013 -0400

    Pass arch of package to applydeltarpm. BZ 981314.

diff --git a/yum/drpm.py b/yum/drpm.py
index 88e6a55..47e7f5d 100644
--- a/yum/drpm.py
+++ b/yum/drpm.py
@@ -311,7 +311,7 @@ class DeltaInfo:
             self.wait((self.limit - len(self.jobs)) + 1)
 
         po = self._future_jobs.pop(0)
-        args = ()
+        args = ('-a', po.arch)
         if po.oldrpm: args += '-r', po.oldrpm
         args += po.localpath, po.rpm.localpath
 


More information about the Yum-commits mailing list