[yum-git] yum/packageSack.py

Florian Festi ffesti at linux.duke.edu
Tue Feb 12 09:19:55 UTC 2008


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

New commits:
commit fd28cbfaca4d85d1e7c4b1cdafb02f3602a34877
Author: Florian Festi <ffesti at redhat.com>
Date:   Tue Feb 12 10:19:42 2008 +0100

    Fix tiny but fatal typo

diff --git a/yum/packageSack.py b/yum/packageSack.py
index 316485b..50415a1 100644
--- a/yum/packageSack.py
+++ b/yum/packageSack.py
@@ -479,7 +479,7 @@ class PackageSack(PackageSackBase):
             if ((name and name!=po.name) or
                 (epoch and epoch!=po.epoch) or
                 (ver and ver!=po.ver) or
-                (rel and re!=po.rel) or
+                (rel and rel!=po.rel) or
                 (arch and arch!=po.arch)):
                 continue
             result.append(po)



More information about the Yum-cvs-commits mailing list