From 4fd741dd0ffd72430d47e05b135e913314bd834f Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 29 Oct 2025 05:29:41 -0500 Subject: [PATCH] chore(ffmpeg, wine*): Add releasever for extra repos on branches under Rawhide (#6953) --- 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