From 98285d92aaa8bfffc50b3dc9719897015db7a43e Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 9 Dec 2025 06:03:49 -0600 Subject: [PATCH] chore(andax/bump_extras.rhai): Bump EPEL to 10.1 (#8182) Our CI automatically started pulling Alma 10.1 packages so we should bump the EPEL version to match. Signed-off-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 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" {