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

This commit is contained in:
Raboneko
2025-12-09 04:06:13 -08:00
committed by GitHub
parent fb802b3483
commit cb781b723b
+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" {