From cb781b723bd4e270229e20ef3f92a4cb49d5cf09 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:06:13 -0800 Subject: [PATCH] chore(andax/bump_extras.rhai): Bump EPEL to 10.1 (#8182) (#8213) --- 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 2aa33edcc9..181dab2bd2 100644 --- a/andax/bump_extras.rhai +++ b/andax/bump_extras.rhai @@ -41,7 +41,7 @@ fn as_bodhi_ver(branch) { if branch.starts_with("el") { branch.crop(2); if branch == "10" { - return "EPEL-10.0"; + return "EPEL-10.1"; } return `EPEL-${release}`; } else if branch == "frawhide" {