Bump .el9 to 9.6
Related: RHEL-67386
This commit is contained in:
parent
399ab83ba1
commit
f62d48c309
@ -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 5
|
return 6
|
||||||
end
|
end
|
||||||
match = string.match(str, ".el10_%d+")
|
match = string.match(str, ".el10_%d+")
|
||||||
if match then
|
if match then
|
||||||
|
Loading…
Reference in New Issue
Block a user