chore(andax/bump_extras.rhai): Bump EPEL to 10.1 (#8182) (#8215)

This commit is contained in:
Raboneko
2025-12-09 04:05:49 -08:00
committed by GitHub
parent 3941e20eef
commit 839ba03510
+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" {