From d5d446026cfee33f857ed40a78ffbccff13dc4b3 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 1 Jun 2025 18:10:07 -0500 Subject: [PATCH] fix(wine): Terra Mesa repo does not exist on EL10 (#5213) --- anda/system/wine/dev/anda.hcl | 1 - anda/system/wine/stable/anda.hcl | 1 - anda/system/wine/staging/anda.hcl | 1 - 3 files changed, 3 deletions(-) diff --git a/anda/system/wine/dev/anda.hcl b/anda/system/wine/dev/anda.hcl index 631e113891..5b56f0b34d 100644 --- a/anda/system/wine/dev/anda.hcl +++ b/anda/system/wine/dev/anda.hcl @@ -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 diff --git a/anda/system/wine/stable/anda.hcl b/anda/system/wine/stable/anda.hcl index 81a3dfa448..1bbdbeb74f 100644 --- a/anda/system/wine/stable/anda.hcl +++ b/anda/system/wine/stable/anda.hcl @@ -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 diff --git a/anda/system/wine/staging/anda.hcl b/anda/system/wine/staging/anda.hcl index eb37743dae..12c623a5e4 100644 --- a/anda/system/wine/staging/anda.hcl +++ b/anda/system/wine/staging/anda.hcl @@ -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