From 839ba035104f6ee2478a42c1f138ea963cb7469a Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:05:49 -0800 Subject: [PATCH] chore(andax/bump_extras.rhai): Bump EPEL to 10.1 (#8182) (#8215) --- 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 b29fdfc703..efa2c0a89c 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" {