Increment plain .el9 build to 9.5

Related: RHEL-35398
This commit is contained in:
Eike Rathke 2024-05-15 14:51:28 +02:00
parent b78a90958a
commit f34714561f

View File

@ -36,7 +36,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 4 return 5
end end
return -1 return -1
end} end}