Related: #2183234 .el8 is rhel-8.9.0
This commit is contained in:
parent
ef4a7c0893
commit
41e80b447d
@ -26,7 +26,7 @@ function dist_to_rhel_minor(str, start)
|
|||||||
end
|
end
|
||||||
match = string.match(str, ".el8")
|
match = string.match(str, ".el8")
|
||||||
if match then
|
if match then
|
||||||
return 7
|
return 9
|
||||||
end
|
end
|
||||||
return -1
|
return -1
|
||||||
end}
|
end}
|
||||||
|
Loading…
Reference in New Issue
Block a user