From 6b27673d4c740cc8715ebb7a4f683663cbef9736 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 29 Oct 2025 04:48:09 -0700 Subject: [PATCH] chore(ffmpeg, wine*): Add releasever for extra repos on branches under Rawhide (#6953) (#6959) (cherry picked from commit 4fd741dd0ffd72430d47e05b135e913314bd834f) Co-authored-by: Gilver --- anda/multimedia/ffmpeg/anda.hcl | 2 +- anda/system/wine/dev/anda.hcl | 2 +- anda/system/wine/stable/anda.hcl | 2 +- anda/system/wine/staging/anda.hcl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/multimedia/ffmpeg/anda.hcl b/anda/multimedia/ffmpeg/anda.hcl index 44b1659420..84fa2ba693 100644 --- a/anda/multimedia/ffmpeg/anda.hcl +++ b/anda/multimedia/ffmpeg/anda.hcl @@ -2,7 +2,7 @@ project pkg { arches = ["x86_64", "aarch64", "i386"] rpm { spec = "ffmpeg.spec" - extra_repos = ["https://repos.fyralabs.com/terrarawhide-nvidia"] + extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-nvidia"] } labels { updbranch = 1 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