Related: #2183234 .el8 is rhel-8.9.0

This commit is contained in:
Eike Rathke 2023-04-03 15:15:01 +02:00
parent ef4a7c0893
commit 41e80b447d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function dist_to_rhel_minor(str, start)
end
match = string.match(str, ".el8")
if match then
return 7
return 9
end
return -1
end}