Bump .el9 to 9.6

Related: RHEL-67562
This commit is contained in:
Eike Rathke 2024-11-14 17:20:21 +01:00
parent c1d99ff9a2
commit 06ce615ba9

View File

@ -35,7 +35,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