mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 10:44:25 +01:00
Fix version compare when specifying a pre-release version in versions.txt. This is needed because kata on git uses strict semver, while kata RPM packages uses ~ in place of - for PATCH version, to allow RPM version comparison to work properly. Fixes: #285 Signed-off-by: Marco Vedovati <mvedovati@suse.com>