[yum-git] Branch 'yum-3_2_X' - yum/sqlitesack.py

Seth Vidal skvidal at linux.duke.edu
Tue May 20 14:08:52 UTC 2008


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

New commits:
commit 1296416cc955dd05f586d0ecf78d083e322d21f5
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue May 20 09:59:59 2008 -0400

    commit and/or match from HEAD back to 3.2.X

diff --git a/yum/sqlitesack.py b/yum/sqlitesack.py
index c9fc26c..0b5d3e1 100644
--- a/yum/sqlitesack.py
+++ b/yum/sqlitesack.py
@@ -766,7 +766,7 @@ class YumSqlitePackageSack(yumRepo.YumPackageSack):
         # If it's not a provides or a filename, we are done
         if prcotype != "provides":
             return results
-        if not glob or name[0] != '/':
+        if not glob and name[0] != '/':
             return results
 
         # If it is a filename, search the primary.xml file info



More information about the Yum-cvs-commits mailing list