mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(wine): Terra Mesa repo does not exist on EL10 (#5213)
This commit is contained in:
@@ -2,7 +2,6 @@ project pkg {
|
||||
arches = ["x86_64", "aarch64", "i386"]
|
||||
rpm {
|
||||
spec = "wine-dev.spec"
|
||||
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-mesa"]
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
|
||||
@@ -2,7 +2,6 @@ project pkg {
|
||||
arches = ["x86_64", "aarch64", "i386"]
|
||||
rpm {
|
||||
spec = "wine-stable.spec"
|
||||
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-mesa"]
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
|
||||
@@ -2,7 +2,6 @@ project pkg {
|
||||
arches = ["x86_64", "aarch64", "i386"]
|
||||
rpm {
|
||||
spec = "wine-staging.spec"
|
||||
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-mesa"]
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
|
||||
Reference in New Issue
Block a user