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