summaryrefslogtreecommitdiffstats
path: root/yum-presto/presto.py
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-05-01 18:32:59 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-05-01 18:32:59 +0300
commitc69bc9af8f3459610e810970c6222aee643e5594 (patch)
tree048b9f3dddce7c95ba0852419cf2cdd9b5a218ee /yum-presto/presto.py
parente5735fab4d9c85a52a8da4e86a88ac3ad66631e7 (diff)
downloadpresto-c69bc9af8f3459610e810970c6222aee643e5594.tar.gz
presto-c69bc9af8f3459610e810970c6222aee643e5594.tar.xz
presto-c69bc9af8f3459610e810970c6222aee643e5594.zip
Fixes to make yum-presto work completely correctly on multi-arch systems.
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'yum-presto/presto.py')
-rw-r--r--yum-presto/presto.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yum-presto/presto.py b/yum-presto/presto.py
index d693604..48db24d 100644
--- a/yum-presto/presto.py
+++ b/yum-presto/presto.py
@@ -107,6 +107,7 @@ def postresolve_hook(conduit):
newpkg.po.deltalocalpath = newpkg.po.repo.deltasdir + "/" + os.path.basename(chosen_drpm['drpm_filename'])
newpkg.po.to = newpkg
newpkg.po.hasdrpm = True
+ newpkg.repoid = newpkg.po.repo.id + " *"
drpm_count += 1
else:
if installed and drpm_enabled and not local: