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 <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-12-09 06:03:49 -06:00
committed by GitHub
parent bc04c749c6
commit 98285d92aa
+1 -1
View File
@@ -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" {