From de85717d06e4d08db2b1ab58b2bc43bd16d3e2e9 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 20 Feb 2026 04:48:01 -0800 Subject: [PATCH] chore(andax/bump_extras.rhai): Bump Rawhide (#9981) (#9992) (cherry picked from commit d9ea6562693bbc1f97a173494954878a09dcf07d) Signed-off-by: Gilver Co-authored-by: Gilver --- andax/bump_extras.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andax/bump_extras.rhai b/andax/bump_extras.rhai index 181dab2bd2..f15a513109 100644 --- a/andax/bump_extras.rhai +++ b/andax/bump_extras.rhai @@ -45,7 +45,7 @@ fn as_bodhi_ver(branch) { } return `EPEL-${release}`; } else if branch == "frawhide" { - return "F44"; + return "F45"; } else if branch.starts_with("f") { branch.crop(1); return branch;