mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 03:32:15 +01:00
- it's lib/rpmvercmp.c instead of rpmio/rpmvercmp.c...
This commit is contained in:
parent
8c14808dd1
commit
5083dfd6d0
@ -220,7 +220,7 @@ class RpmQuery(packagequery.PackageQuery):
|
|||||||
def rpmvercmp(ver1, ver2):
|
def rpmvercmp(ver1, ver2):
|
||||||
"""
|
"""
|
||||||
implementation of RPM's version comparison algorithm
|
implementation of RPM's version comparison algorithm
|
||||||
(as described in rpmio/rpmvercmp.c)
|
(as described in lib/rpmvercmp.c)
|
||||||
"""
|
"""
|
||||||
if ver1 == ver2:
|
if ver1 == ver2:
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user