Related: #2078958 Change dist minor default to 7

This commit is contained in:
Eike Rathke 2022-04-27 17:11:29 +02:00
parent c45c9aab1f
commit 431a479e8b

View File

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