Bump .el9 to 9.6
Related: RHEL-67369 (cherry picked from commit 01a534d483ad725b601c7027c4762426095221a2)
This commit is contained in:
parent
6f5f12a7e8
commit
52e13ecdec
@ -39,7 +39,7 @@ function dist_to_rhel_minor(str, start)
|
||||
end
|
||||
match = string.match(str, ".el9")
|
||||
if match then
|
||||
return 5
|
||||
return 6
|
||||
end
|
||||
match = string.match(str, ".el10_%d+")
|
||||
if match then
|
||||
|
Loading…
Reference in New Issue
Block a user