Related: #1979490 Add the .el9 default 4 back
This commit is contained in:
parent
cdadaae3a0
commit
2c3571fd90
@ -20,6 +20,10 @@ function dist_to_rhel_minor(str, start)
|
||||
if match then
|
||||
return 5
|
||||
end
|
||||
match = string.match(str, ".el9")
|
||||
if match then
|
||||
return 4
|
||||
end
|
||||
return -1
|
||||
end}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user