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