Increment plain .el9 build to 9.5
Related: RHEL-35398
This commit is contained in:
parent
b78a90958a
commit
f34714561f
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user