[yum-commits] repoquery.py

James Antill james at osuosl.org
Mon Jun 7 03:10:41 UTC 2010


 repoquery.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 123d241f35401386f514cee852a0ea2f174be500
Author: James Antill <james at and.org>
Date:   Sun Jun 6 23:10:37 2010 -0400

    Fix stupid typo in repoquery, let non-installed packages work again

diff --git a/repoquery.py b/repoquery.py
index 2992b2d..1186782 100755
--- a/repoquery.py
+++ b/repoquery.py
@@ -556,7 +556,7 @@ class YumBaseQuery(yum.YumBase):
                     pkg = iq
                 else:
                     if rq is None:
-                        rq = instPkgQuery(pkg, qf)
+                        rq = repoPkgQuery(pkg, qf)
                     rq.pkg = pkg
                     rq.name = pkg.name
                     pkg = rq


More information about the Yum-commits mailing list