diff --git a/andax/bump_extras.rhai b/andax/bump_extras.rhai index 626c4f8aac..211f72fee3 100644 --- a/andax/bump_extras.rhai +++ b/andax/bump_extras.rhai @@ -6,7 +6,7 @@ fn as_bodhi_ver(branch) { } return `EPEL-${release}`; } else if branch == "frawhide" { - return "42"; + return "F43"; } else if branch.starts_with("f") { branch.crop(1); return branch;