[yum-cvs] yum/yum rpmsack.py,1.4,1.5
Seth Vidal
skvidal at linux.duke.edu
Wed Jul 5 13:31:55 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv21611/yum
Modified Files:
rpmsack.py
Log Message:
minor string change
Index: rpmsack.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/rpmsack.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpmsack.py 28 Jun 2006 05:19:21 -0000 1.4
+++ rpmsack.py 5 Jul 2006 13:31:53 -0000 1.5
@@ -56,7 +56,7 @@
mi = self.ts.dbMatch(0, known_index)
hdr = mi.next()
except (TypeError, StopIteration), e:
- raise PackageSackError, "Match Iterators not supported, upgrade rpmlib"
+ raise PackageSackError, "Match Iterators not supported in rpm. Please upgrade rpm-python"
mi = self.ts.dbMatch()
for hdr in mi:
More information about the Yum-cvs-commits
mailing list