Bump default rhel minor versions
Related: RHEL-16513
This commit is contained in:
parent
5db7de30bf
commit
8ff89c91b4
@ -23,7 +23,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 9
|
return 10
|
||||||
end
|
end
|
||||||
match = string.match(str, ".module%+el9.%d+")
|
match = string.match(str, ".module%+el9.%d+")
|
||||||
if match then
|
if match then
|
||||||
@ -35,7 +35,7 @@ function dist_to_rhel_minor(str, start)
|
|||||||
end
|
end
|
||||||
match = string.match(str, ".el9")
|
match = string.match(str, ".el9")
|
||||||
if match then
|
if match then
|
||||||
return 3
|
return 4
|
||||||
end
|
end
|
||||||
return -1
|
return -1
|
||||||
end}
|
end}
|
||||||
|
Loading…
Reference in New Issue
Block a user