mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user