release-engineering / ubi-population-tool

A tool for populating UBI repositories.
GNU General Public License v3.0
3 stars 14 forks source link

Replace cmp_version with rpm python bindings #110

Closed rbikar closed 5 years ago

rbikar commented 5 years ago

This change replaces buggy cmp_version package with python bindings of official rpm project.

This should ensure that ubipop will sort rpms by correctly implemented and maitained vercmp algorithm.

Fixes #104