-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/github_actions/actions/setup-ja…
…va-4.1.0
- Loading branch information
Showing
8 changed files
with
76 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | |
Build-Depends: debhelper (>= 11), lsb-release | ||
|
||
Package: temurin-21-jdk | ||
Architecture: amd64 arm64 ppc64el | ||
Architecture: amd64 arm64 ppc64el s390x | ||
Depends: adoptium-ca-certificates, | ||
java-common, | ||
libasound2, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,23 +21,34 @@ | |
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 0 | ||
%global sha_src_num 1 | ||
%endif | ||
%ifarch ppc64le | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 2 | ||
%global sha_src_num 3 | ||
%endif | ||
%ifarch aarch64 | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 4 | ||
%global sha_src_num 5 | ||
%endif | ||
%ifarch s390x | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 6 | ||
%global sha_src_num 7 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
%global src_num 0 | ||
|
@@ -58,7 +69,7 @@ Packager: Eclipse Adoptium Package Maintainers <[email protected]> | |
AutoReqProv: no | ||
Prefix: /usr/lib/jvm/%{name} | ||
|
||
ExclusiveArch: x86_64 ppc64le aarch64 | ||
ExclusiveArch: x86_64 ppc64le aarch64 s390x | ||
|
||
BuildRequires: tar | ||
BuildRequires: wget | ||
|
@@ -105,6 +116,9 @@ Source3: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_ar | |
# Third architecture (aarch64) | ||
Source4: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source5: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Fourth architecture (s390x) | ||
Source6: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source7: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
|
||
# Set the compression format to xz to be compatible with more Red Hat flavours. Newer versions of Fedora use zstd which | ||
# is not available on CentOS 7, for example. https://github.com/rpm-software-management/rpm/blob/master/macros.in#L353 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,23 +20,34 @@ | |
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 0 | ||
%global sha_src_num 1 | ||
%endif | ||
%ifarch ppc64le | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 2 | ||
%global sha_src_num 3 | ||
%endif | ||
%ifarch aarch64 | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 4 | ||
%global sha_src_num 5 | ||
%endif | ||
%ifarch s390x | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 6 | ||
%global sha_src_num 7 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
%global src_num 0 | ||
|
@@ -57,7 +68,7 @@ Packager: Eclipse Adoptium Package Maintainers <[email protected]> | |
AutoReqProv: no | ||
Prefix: %{_libdir}/jvm/%{name} | ||
|
||
ExclusiveArch: x86_64 ppc64le aarch64 | ||
ExclusiveArch: x86_64 ppc64le aarch64 s390x | ||
|
||
BuildRequires: tar | ||
BuildRequires: wget | ||
|
@@ -104,6 +115,9 @@ Source3: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_ar | |
# Third architecture (aarch64) | ||
Source4: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source5: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Fourth architecture (s390x) | ||
Source6: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source7: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jdk_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
|
||
# Avoid build failures on some distros due to missing build-id in binaries. | ||
%global debug_package %{nil} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | |
Build-Depends: debhelper (>= 11), lsb-release | ||
|
||
Package: temurin-21-jre | ||
Architecture: amd64 arm64 ppc64el | ||
Architecture: amd64 arm64 ppc64el s390x | ||
Depends: adoptium-ca-certificates, | ||
java-common, | ||
libasound2, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# $ 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.2.0.0.13 | ||
%global spec_release 2 | ||
%global spec_release 3 | ||
%global priority 2100 | ||
|
||
%global source_url_base https://github.com/adoptium/temurin21-binaries/releases/download | ||
|
@@ -20,23 +20,34 @@ | |
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 0 | ||
%global sha_src_num 1 | ||
%endif | ||
%ifarch ppc64le | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 2 | ||
%global sha_src_num 3 | ||
%endif | ||
%ifarch aarch64 | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 4 | ||
%global sha_src_num 5 | ||
%endif | ||
%ifarch s390x | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 6 | ||
%global sha_src_num 7 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
%global src_num 0 | ||
|
@@ -57,7 +68,7 @@ Packager: Eclipse Adoptium Package Maintainers <[email protected]> | |
AutoReqProv: no | ||
Prefix: /usr/lib/jvm/%{name} | ||
|
||
ExclusiveArch: x86_64 ppc64le aarch64 | ||
ExclusiveArch: x86_64 ppc64le aarch64 s390x | ||
|
||
BuildRequires: tar | ||
BuildRequires: wget | ||
|
@@ -89,11 +100,14 @@ Provides: jre-%{java_provides}-headless | |
Source0: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source1: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Second architecture (ppc64le) | ||
Source2: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source3: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
Source2: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch2}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source3: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch2}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Third architecture (aarch64) | ||
Source4: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source5: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Fourth architecture (s390x) | ||
Source6: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source7: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
|
||
# Set the compression format to xz to be compatible with more Red Hat flavours. Newer versions of Fedora use zstd which | ||
# is not available on CentOS 7, for example. https://github.com/rpm-software-management/rpm/blob/master/macros.in#L353 | ||
|
@@ -157,6 +171,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Wed Feb 28 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-3 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Wed Feb 21 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-2 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# $ 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.2.0.0.13 | ||
%global spec_release 2 | ||
%global spec_release 3 | ||
%global priority 2100 | ||
|
||
%global source_url_base https://github.com/adoptium/temurin21-binaries/releases/download | ||
|
@@ -20,23 +20,34 @@ | |
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 0 | ||
%global sha_src_num 1 | ||
%endif | ||
%ifarch ppc64le | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 2 | ||
%global sha_src_num 3 | ||
%endif | ||
%ifarch aarch64 | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 4 | ||
%global sha_src_num 5 | ||
%endif | ||
%ifarch s390x | ||
%global vers_arch x64 | ||
%global vers_arch2 ppc64le | ||
%global vers_arch3 aarch64 | ||
%global vers_arch4 s390x | ||
%global src_num 6 | ||
%global sha_src_num 7 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
%global src_num 0 | ||
|
@@ -57,7 +68,7 @@ Packager: Eclipse Adoptium Package Maintainers <[email protected]> | |
AutoReqProv: no | ||
Prefix: %{_libdir}/jvm/%{name} | ||
|
||
ExclusiveArch: x86_64 ppc64le aarch64 | ||
ExclusiveArch: x86_64 ppc64le aarch64 s390x | ||
|
||
BuildRequires: tar | ||
BuildRequires: wget | ||
|
@@ -89,11 +100,14 @@ Provides: jre-%{java_provides}-headless | |
Source0: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source1: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Second architecture (ppc64le) | ||
Source2: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source3: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
Source2: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch2}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source3: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch2}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Third architecture (aarch64) | ||
Source4: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source5: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch3}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
# Fourth architecture (s390x) | ||
Source6: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz | ||
Source7: %{source_url_base}/jdk-%{upstream_version_url}/OpenJDK21U-jre_%{vers_arch4}_linux_hotspot_%{upstream_version_no_plus}.tar.gz.sha256.txt | ||
|
||
# Avoid build failures on some distros due to missing build-id in binaries. | ||
%global debug_package %{nil} | ||
|
@@ -147,6 +161,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Wed Feb 28 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-3 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Wed Feb 21 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-2 | ||
- Eclipse Temurin 21.0.2+13 release. | ||
* Tue Jan 23 2024 Eclipse Adoptium Package Maintainers <[email protected]> 21.0.2.0.0.13-1 | ||
|