Skip to content

distros: Fix CentOS allowance

Fabián Orccón requested to merge cfoch/cerbero:fix-centos-version-support into main

Before, with Python 3.6, the pattern was: ('CentOS Linux', '7.9.2009', 'Core')

But after installing Python 3.8 from centos-release-scl it is now ('CentOS Linux', '7', 'Core')

Merge request reports