Increment plain .el9 build to 9.5

Related: RHEL-35406
This commit is contained in:
Eike Rathke 2024-05-15 14:51:28 +02:00
parent dba3188ef0
commit 6f55135712

View File

@ -36,7 +36,7 @@ function dist_to_rhel_minor(str, start)
end
match = string.match(str, ".el9")
if match then
return 4
return 5
end
return -1
end}