1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-23 14:48:53 +02:00

- it's lib/rpmvercmp.c instead of rpmio/rpmvercmp.c...

This commit is contained in:
Marcus Hüwe
2009-09-21 16:51:38 +00:00
parent 8c14808dd1
commit 5083dfd6d0

View File

@@ -220,7 +220,7 @@ class RpmQuery(packagequery.PackageQuery):
def rpmvercmp(ver1, ver2):
"""
implementation of RPM's version comparison algorithm
(as described in rpmio/rpmvercmp.c)
(as described in lib/rpmvercmp.c)
"""
if ver1 == ver2:
return 0