From ff5006243ff2f73d454cc12f40322fc19a6fcce8 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 19 May 2025 07:53:16 -0700 Subject: [PATCH] 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 16c3ee2ca2ddd37327f54a4f06cf6e1aabaa75da) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/system/wine/dev/anda.hcl | 2 +- anda/system/wine/stable/anda.hcl | 2 +- anda/system/wine/staging/anda.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/system/wine/dev/anda.hcl b/anda/system/wine/dev/anda.hcl index ae57da621e..631e113891 100644 --- a/anda/system/wine/dev/anda.hcl +++ b/anda/system/wine/dev/anda.hcl @@ -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 diff --git a/anda/system/wine/stable/anda.hcl b/anda/system/wine/stable/anda.hcl index 49b50d5736..81a3dfa448 100644 --- a/anda/system/wine/stable/anda.hcl +++ b/anda/system/wine/stable/anda.hcl @@ -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 diff --git a/anda/system/wine/staging/anda.hcl b/anda/system/wine/staging/anda.hcl index 4e0642affd..eb37743dae 100644 --- a/anda/system/wine/staging/anda.hcl +++ b/anda/system/wine/staging/anda.hcl @@ -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