Related: #2183251 .el8 is rhel-8.9.0
This commit is contained in:
parent
7d06941d7f
commit
07bb4067ec
@ -19,7 +19,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