Skip to content

Commit

Permalink
Oct 2024 release Installers
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Oct 25, 2024
1 parent 052f22d commit b3b2f6b
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 83 deletions.
4 changes: 2 additions & 2 deletions linux/jre/alpine/src/main/packaging/temurin/11/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org>
pkgname=temurin-11
pkgver=11.0.24_p8
pkgver=11.0.25_p9
# replace _p1 with _1
_pkgver=${pkgver/_p/_}
_pkgverplus=${pkgver/_p/+}
Expand Down Expand Up @@ -72,5 +72,5 @@ _jre() {
}

sha256sums="
0ac795729cc11f47323a71713eac2a5b22d4615fd9b66c8766f964c03fb6e160 OpenJDK11U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz
905e35f14228904d67a7a56f9f0b8ede58e9b15f9af3a3d54fb86f78c8e47a34 OpenJDK11U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz
"
4 changes: 2 additions & 2 deletions linux/jre/alpine/src/main/packaging/temurin/17/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org>
pkgname=temurin-17
pkgver=17.0.12_p7
pkgver=17.0.13_p11
# replace _p1 with _1
_pkgver=${pkgver/_p/_}
_pkgverplus=${pkgver/_p/+}
Expand Down Expand Up @@ -71,5 +71,5 @@ _jre() {
}

sha256sums="
63bae276cc322532b451ae7473127c92a75db16cc95473577f133cd09349822a OpenJDK17U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz
7a2df4e2f86eca649af1e17d990ab8e354cb6dee389606025b9d05f75623c388 OpenJDK17U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz
"
6 changes: 3 additions & 3 deletions linux/jre/alpine/src/main/packaging/temurin/21/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org>
pkgname=temurin-21
pkgver=21.0.4_p7
pkgver=21.0.5_p11
# replace _p1 with _1
_pkgver=${pkgver/_p/_}
_pkgverplus=${pkgver/_p/+}
Expand Down Expand Up @@ -71,10 +71,10 @@ _jre() {

case "$CARCH" in
x86_64)
_arch_sum="0dfd0ebab44d777f65bceaff7f79e8e0b9deb74a5eb166922483f1864bcf2052"
_arch_sum="2dfa33fb8e9474e6967c6cf17964abb5ddce9c17fa6a9f8d7aa221a0ae295df9"
;;
aarch64)
_arch_sum="f9410264235861deaf30f97bec80870cf3bc38b1d8e57d897d8bb1f706ae6705"
_arch_sum="12b988a3d934e3eb89c6a981a93f8e2adf0a62cc9030487dee76c0c29b93714d"
;;
esac

Expand Down
6 changes: 3 additions & 3 deletions linux/jre/alpine/src/main/packaging/temurin/23/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org>
pkgname=temurin-23
pkgver=23_p37
pkgver=23.0.1_p11
# replace _p1 with _1
_pkgver=${pkgver/_p/_}
_pkgverplus=${pkgver/_p/+}
Expand Down Expand Up @@ -71,10 +71,10 @@ _jre() {

case "$CARCH" in
x86_64)
_arch_sum="7acbc972b0dd84ca10ec6f192b20e76445a22f4c5558e1657ff393e4868e9343"
_arch_sum="38a1b20b5ee8869b20e9f9aefdc91eedf245584d35287842a66540f0745dd3d0"
;;
aarch64)
_arch_sum="858aa6b255164e535e2fd6cc8dfbf129327a9126ebb9e8f24115c2089efd36f3"
_arch_sum="b56eaedc094cb9107be2d5be9ad34c3dd9492c45aa671d102b5829a488cfc744"
;;
esac

Expand Down
4 changes: 2 additions & 2 deletions linux/jre/alpine/src/main/packaging/temurin/8/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org>
pkgname=temurin-8-jre
pkgver=8.422.05
pkgver=8.432.06
# replace 8. with 8u and .01 with b-01
_pkgver=${pkgver/8./8u}
_pkgver=${_pkgver%.*}b${_pkgver#*.}
Expand Down Expand Up @@ -60,5 +60,5 @@ ls ${srcdir}
}

sha256sums="
9a7a939638b9cdaa8e1a119b8f21bfdd4cb2390b8a47cc27ccf9effc90f4b437 OpenJDK8U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz
7f7c265560dd5a42533bf282831d7d2f044a7ff7f4c310b40a0f9f8e19ff12e5 OpenJDK8U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz
"
20 changes: 10 additions & 10 deletions linux/jre/debian/src/main/packaging/temurin/11/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
pkg_name = temurin-11-jre
priority = 1112
jvm_tools = jaotc java jfr jjs jrunscript keytool pack200 rmid rmiregistry unpack200
amd64_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x64_linux_hotspot_11.0.24_8.tar.gz
amd64_checksum = e0c1938093da3780e4494d366a4e6b75584dde8d46a19acea6691ae11df4cda5
arm64_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.24_8.tar.gz
arm64_checksum = 1fe97cdaad47d7d108f329c6e4560b46748ef7f2948a1027812ade0bbc2a3597
armhf_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_arm_linux_hotspot_11.0.24_8.tar.gz
armhf_checksum = bf893085627c6ec484e63aa1290276b23bcfee547459da6b0432ae9c5c1be22a
ppc64el_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_ppc64le_linux_hotspot_11.0.24_8.tar.gz
ppc64el_checksum = 8ee351314182df93fbad96139bb74b97814944d66197896e388404a1ecfa06b3
s390x_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_s390x_linux_hotspot_11.0.24_8.tar.gz
s390x_checksum = 5b331f093bb03126334bbbc24f05f60681baeda461d860e4e2cdb693ee54e0ed
amd64_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_x64_linux_hotspot_11.0.25_9.tar.gz
amd64_checksum = 84cd7101f39172a4db085fb52940595bb14dad6bc3afb5bf82ee497eceaf86d3
arm64_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.25_9.tar.gz
arm64_checksum = e37ba6636e31f3c9191ac7e3fd0ab7fb354a2f3b320d68bfb95efd1e053134c9
armhf_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_arm_linux_hotspot_11.0.25_9.tar.gz
armhf_checksum = 6b7b1297da762cf2b1eb4834073e6a45cda82a359efb17a89eba3fc6b59b4d26
ppc64el_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_ppc64le_linux_hotspot_11.0.25_9.tar.gz
ppc64el_checksum = 7e7edaf34c29c304514d60f40f6c9ce58eb3e32b0dec20bb6ccd1cfbb4456698
s390x_tarball_url = https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_s390x_linux_hotspot_11.0.25_9.tar.gz
s390x_checksum = 4ec884fe3874e258ae2253d535d3d92d6c313542fd973e8963c2eb87d68fb273

d = debian/$(pkg_name)
jvm_home = usr/lib/jvm
Expand Down
24 changes: 12 additions & 12 deletions linux/jre/debian/src/main/packaging/temurin/17/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
pkg_name = temurin-17-jre
priority = 1712
jvm_tools = java jfr jrunscript keytool rmiregistry
amd64_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_x64_linux_hotspot_17.0.12_7.tar.gz
amd64_checksum = 0e8088d7a3a7496faba7ac8787db09dc0264c2bc6f568ea8024fd775a783e13c
arm64_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_aarch64_linux_hotspot_17.0.12_7.tar.gz
arm64_checksum = 9dfe4c56463690ae67d22268980d8861eb46b907d7914f8f2e6fc7b25778c8ec
armhf_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_arm_linux_hotspot_17.0.12_7.tar.gz
armhf_checksum = f093094abe0cb2bb5a255d8180810030321073520541f289926c4682eda76136
ppc64el_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.12_7.tar.gz
ppc64el_checksum = 2759c48e1e56117871b04c851af18b92b6992cf67590f602949b96c3cff15c73
s390x_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_s390x_linux_hotspot_17.0.12_7.tar.gz
s390x_checksum = cb1a3857d10e9353862761ce3c6b45573a736ea95cea44bc02dc3a703e57255a
riscv64_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jre_riscv64_linux_hotspot_17.0.12_7.tar.gz
riscv64_checksum = 2d1ed42918305a1a0754a6e1e9294c7d4d7fda4bff6dba7bc5682037d860dbc9
amd64_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_x64_linux_hotspot_17.0.13_11.tar.gz
amd64_checksum = 4086cc7cb2d9e7810141f255063caad10a8a018db5e6b47fa5394c506ab65bff
arm64_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_aarch64_linux_hotspot_17.0.13_11.tar.gz
arm64_checksum = 97c4fb748eaa1292fb2f28fec90a3eba23e35974ef67f8b3aa304ad4db2ba162
armhf_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_arm_linux_hotspot_17.0.13_11.tar.gz
armhf_checksum = f9c4008680db016c9cab26cc2739d4553898911522f6a78a611fafa1f5270c88
ppc64el_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.13_11.tar.gz
ppc64el_checksum = 790f53fcc95cc76ed8f27d3146cf789fc354a2afb7148cffd197ca61a643212f
s390x_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_s390x_linux_hotspot_17.0.13_11.tar.gz
s390x_checksum = 0f46246643b6543c097d6eda4db03dbe5c8372217e06d661ac0fb3882eab007d
riscv64_tarball_url = https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_riscv64_linux_hotspot_17.0.13_11.tar.gz
riscv64_checksum = f6f3e71e5452b764aad47e6ffa4f0b26fcfe69bd9eb07fbd468343f9dd5f17b5

d = debian/$(pkg_name)
jvm_home = usr/lib/jvm
Expand Down
20 changes: 10 additions & 10 deletions linux/jre/debian/src/main/packaging/temurin/21/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
pkg_name = temurin-21-jre
priority = 2112
jvm_tools = java jfr jrunscript jwebserver keytool rmiregistry
amd64_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jre_x64_linux_hotspot_21.0.4_7.tar.gz
amd64_checksum = d3affbb011ca6c722948f6345d15eba09bded33f9947d4d67e09723e2518c12a
arm64_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.4_7.tar.gz
arm64_checksum = 58845ce4275f3ec74fba075597c8216bb201773da036c4703be8b7b7b457355d
ppc64el_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.4_7.tar.gz
ppc64el_checksum = 46cf93653e2b553fb1c91760cfe2ff20999ba358d648d2df69e5948784768440
s390x_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jre_s390x_linux_hotspot_21.0.4_7.tar.gz
s390x_checksum = 7fb5b09987cb41de5118fecb5a81771b3a38a245cff411b39af33dbfbca3e760
riscv64_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jre_riscv64_linux_hotspot_21.0.4_7.tar.gz
riscv64_checksum = bf814344429f53d11f8aace14d326e2580ea6e66dd81b109c79160bd41735237
amd64_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_x64_linux_hotspot_21.0.5_11.tar.gz
amd64_checksum = 553dda64b3b1c3c16f8afe402377ffebe64fb4a1721a46ed426a91fd18185e62
arm64_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.5_11.tar.gz
arm64_checksum = e4d02c33aeaf8e1148c1c505e129a709c5bc1889e855d4fb4f001b1780db42b4
ppc64el_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.5_11.tar.gz
ppc64el_checksum = ae9ad61578da420fa7aeb01d3f6909da8a74d54a31bb8ba090a263cfadf221cc
s390x_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_s390x_linux_hotspot_21.0.5_11.tar.gz
s390x_checksum = 19f457a67c281dac23a1b39794912db6353ee4ba45f9299e58b0251a4faf3141
riscv64_tarball_url = https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jre_riscv64_linux_hotspot_21.0.5_11.tar.gz
riscv64_checksum = c6fe71bb6ce61366242073e3904c4f51613252a885d54be81c65d3fadd2c5b7c


d = debian/$(pkg_name)
Expand Down
20 changes: 10 additions & 10 deletions linux/jre/debian/src/main/packaging/temurin/23/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
pkg_name = temurin-23-jre
priority = 2312
jvm_tools = java jfr jrunscript jwebserver keytool rmiregistry
amd64_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_x64_linux_hotspot_23_37.tar.gz
amd64_checksum = 9c3c3d42ffb2603b328b7154fc9eb449ef87488b3cbeb24a497d46677c7fd44d
arm64_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_aarch64_linux_hotspot_23_37.tar.gz
arm64_checksum = ec45f4f9a4a98d8a0af24b508ca84a411ea88fac8abb8ad2cfca85cb3902ab5d
ppc64el_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_ppc64le_linux_hotspot_23_37.tar.gz
ppc64el_checksum = 9120876c35b904ac041c5a021330a6f11d4e6c7537ce28bdbb7170b944673435
s390x_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_s390x_linux_hotspot_23_37.tar.gz
s390x_checksum = b42ac56cfb90b313b73622221d8944d32996376d2d953e4ee3942439c5ce91bb
riscv64_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_riscv64_linux_hotspot_23_37.tar.gz
riscv64_checksum = ca32d942ef5357fb948604cd8aea5c597130cf7fdf6ddee267b4aa99406ee471
amd64_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.1%2B11/OpenJDK23U-jre_x64_linux_hotspot_23.0.1_11.tar.gz
amd64_checksum = 1233cbec40f05c76ad926b68521ae78c6ae4f454996ef549602be6987069fa77
arm64_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.1%2B11/OpenJDK23U-jre_aarch64_linux_hotspot_23.0.1_11.tar.gz
arm64_checksum = 0b498a5b673cb50fe9cfd0a13bd39c7259b4fad4d930d614e1563aeb8bca7f0e
ppc64el_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.1%2B11/OpenJDK23U-jre_ppc64le_linux_hotspot_23.0.1_11.tar.gz
ppc64el_checksum = ae5d49932f7d9b182c2d9ededa18bd4defc61873f1d717caa3d905bba870a683
s390x_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.1%2B11/OpenJDK23U-jre_s390x_linux_hotspot_23.0.1_11.tar.gz
s390x_checksum = d1d46933716a0eb5a6385980fa98c858c90e72bdc6d14b88d25b20980c5bc7f9
riscv64_tarball_url = https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23.0.1%2B11/OpenJDK23U-jre_riscv64_linux_hotspot_23.0.1_11.tar.gz
riscv64_checksum = cf65a926c2d7cbdbaa63242a8d20ce747335e7260eaaabd7bb52d51c099fda9a

d = debian/$(pkg_name)
jvm_home = usr/lib/jvm
Expand Down
16 changes: 8 additions & 8 deletions linux/jre/debian/src/main/packaging/temurin/8/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ pkg_name = temurin-8-jre
priority = 1082
# The list below must be kept in sync with the jinfo.in file
jvm_tools = java jjs keytool orbd pack200 policytool rmid rmiregistry servertool tnameserv unpack200
amd64_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_x64_linux_hotspot_8u422b05.tar.gz
amd64_checksum = 0ac516cc1eadffb4cd3cfc9736a33d58ea6a396bf85729036c973482f7c063d9
arm64_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_aarch64_linux_hotspot_8u422b05.tar.gz
arm64_checksum = 8fbefff2c578f73d95118d830347589ddc9aa84510200a5a5001901c2dea4810
armhf_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_arm_linux_hotspot_8u422b05.tar.gz
armhf_checksum = 13bdefdeae6f18bc9c87bba18c853b8b12c5442ce07ff0a3956ce28776d695ff
ppc64el_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_ppc64le_linux_hotspot_8u422b05.tar.gz
ppc64el_checksum = 2991edbedee448c0f1edf131beca84b415dac64ea97365b9bfd85bc2f39893bb
amd64_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jre_x64_linux_hotspot_8u432b06.tar.gz
amd64_checksum = bb8c8cc575b69e68e12a213674ec2e3848baff4f1955d2973d98e67666ab94d7
arm64_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jre_aarch64_linux_hotspot_8u432b06.tar.gz
arm64_checksum = 786522da4c761104dd8274c81edc90126a25acaafbbbc5da886b3fb51f33cba2
armhf_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jre_arm_linux_hotspot_8u432b06.tar.gz
armhf_checksum = 49894dbe2f915dfad026cf7b4013118c0284e88359172499b1b25a4dac195ff1
ppc64el_tarball_url = https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jre_ppc64le_linux_hotspot_8u432b06.tar.gz
ppc64el_checksum = c573f33f9e5ba49a4838847d0d34efc9c1dc57a9ba71b926599530bbcda87f65

d = debian/$(pkg_name)
jvm_home = usr/lib/jvm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%global upstream_version 11.0.24+8
%global upstream_version 11.0.25+9
# Only [A-Za-z0-9.] allowed in version:
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version
# also not very intuitive:
# $ rpmdev-vercmp 11.0.13.0.1___7 11.0.13.0.0+8
# 11.0.13.0.0___8 == 11.0.13.0.0+8
%global spec_version 11.0.24.0.0.8
%global spec_version 11.0.25.0.0.9
%global spec_release 1
%global priority 1112

Expand Down Expand Up @@ -199,6 +199,8 @@ fi
/usr/lib/tmpfiles.d/%{name}.conf

%changelog
* Wed Oct 16 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 11.0.25.0.0.9-1
- Eclipse Temurin 11.0.25.0+9 release.
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 11.0.24.0.0.8-1
- Eclipse Temurin 11.0.24.0+8 release.
* Wed Apr 17 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 11.0.23.0.0.9-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%global upstream_version 17.0.12+7
%global upstream_version 17.0.13+11
# Only [A-Za-z0-9.] allowed in version:
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version
# also not very intuitive:
# $ rpmdev-vercmp 17.0.1.0.1___17.0.1.0+12
# 17.0.1.0.0___12 == 17.0.1.0.0+12
%global spec_version 17.0.12.0.0.7
%global spec_version 17.0.13.0.0.11
%global spec_release 2
%global priority 1712

Expand Down Expand Up @@ -204,6 +204,8 @@ fi
/usr/lib/tmpfiles.d/%{name}.conf

%changelog
* Wed Oct 16 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 17.0.13.0.0.11-1
- Eclipse Temurin 17.0.13+11 release.
* Thu Jul 25 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 17.0.12.0.0.7-2
- Eclipse Temurin 17.0.12+7-2 release.
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 17.0.12.0.0.7-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%global upstream_version 21.0.4+7
%global upstream_version 21.0.5+11
# Only [A-Za-z0-9.] allowed in version:
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version
# also not very intuitive:
# $ rpmdev-vercmp 21.0.0.0.0___21.0.0.0.0+1
# 20.0.0.0.0___1 == 21.0.0.0.0+35
%global spec_version 21.0.4.0.0.7
%global spec_version 21.0.5.0.0.11
%global spec_release 1
%global priority 2100

Expand Down Expand Up @@ -187,6 +187,8 @@ fi
/usr/lib/tmpfiles.d/%{name}.conf

%changelog
* Wed Oct 16 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 21.0.5.0.0.11-1
- Eclipse Temurin 21.0.5+11 release.
* Wed Jul 17 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 21.0.4.0.0.7-1
- Eclipse Temurin 21.0.4+7 release.
* Wed Apr 17 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 21.0.3.0.0.9-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%global upstream_version 23+37
%global upstream_version 23.0.1+11
# Only [A-Za-z0-9.] allowed in version:
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version
# also not very intuitive:
# $ rpmdev-vercmp 23.0.0.0.0___23.0.0.0.0+1
# 23.0.0.0.0___1 == 23.0.0.0.0+37
%global spec_version 23.0.0.0.0.37
%global spec_version 23.0.1.0.0.11
%global spec_release 0
%global priority 2300

Expand Down Expand Up @@ -187,5 +187,7 @@ fi
/usr/lib/tmpfiles.d/%{name}.conf

%changelog
* Wed Oct 16 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 23.0.1.0.0.11-0
- Eclipse Temurin 23.0.1+11 release.
* Wed Sep 18 2024 Eclipse Adoptium Package Maintainers <temurin-dev@eclipse.org> 23.0.0.0.0.37-0
- Eclipse Temurin 23+37 release 0.
Loading

0 comments on commit b3b2f6b

Please sign in to comment.