Related: #2183251 .el8 is rhel-8.9.0

This commit is contained in:
Eike Rathke 2023-04-13 17:46:09 +02:00
parent 7d06941d7f
commit 07bb4067ec
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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}