chore(ffmpeg, wine*): Add releasever for extra repos on branches under Rawhide (#6953) (#6959)

(cherry picked from commit 4fd741dd0f)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-10-29 04:48:09 -07:00
committed by GitHub
parent 701ae98095
commit 6b27673d4c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+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