chore(wine): Switch Mesa repo to releasever on <= 42 (#4904) (#4911)

* chore(wine-dev): Switch Mesa repo to releasever on <= 42



* chore(wine-stable): Switch Mesa repo to releasever on <= 42



* chore(wine-staging): Switch Mesa repo to releasever on <= 42



---------


(cherry picked from commit 16c3ee2ca2)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-05-19 07:53:16 -07:00
committed by GitHub
parent 4899262edb
commit ff5006243f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "wine-dev.spec"
extra_repos = ["https://repos.fyralabs.com/terrarawhide-mesa"]
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-mesa"]
}
labels {
mock = 1
+1 -1
View File
@@ -2,7 +2,7 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "wine-stable.spec"
extra_repos = ["https://repos.fyralabs.com/terrarawhide-mesa"]
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-mesa"]
}
labels {
mock = 1
+1 -1
View File
@@ -2,7 +2,7 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "wine-staging.spec"
extra_repos = ["https://repos.fyralabs.com/terrarawhide-mesa"]
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-mesa"]
}
labels {
mock = 1