util: Fix Debian version detection in validate_cross_platform()

Not all Debian versions are numbers, there's also "Sid". Trying to convert the string into an integer (using int() method) leads to an exception. Well, skip Sid over.

Fixes: 409862fc Fixes: c7a03f45 Signed-off-by: Michal Privoznik mprivozn@redhat.com

Merge request reports

Loading