fix: Point Adoptium to Rawhide (#11200)

This commit is contained in:
Gilver
2026-04-12 00:54:02 -05:00
committed by GitHub
parent 372b3fffb9
commit e3daed3ff3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
project pkg {
rpm {
spec = "prismlauncher-nightly.spec"
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
}
labels {
nightly = 1
+1 -1
View File
@@ -1,7 +1,7 @@
project pkg {
rpm {
spec = "prismlauncher.spec"
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
}
labels {
mock = 1
+1 -1
View File
@@ -2,6 +2,6 @@ project pkg {
arches = ["x86_64"]
rpm {
spec = "gradle.spec"
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"]
extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"]
}
}