From 9e026dcb46dd0439f9e39f4cc22407b0621b3387 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Thu, 19 Jan 2023 10:11:16 +0800 Subject: [PATCH] add epoch to make the dragonwell becomes the default java --- 2q | 13 +++++++++++++ java-11-alibaba-dragonwell.spec | 13 +++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 2q diff --git a/2q b/2q new file mode 100644 index 0000000..6671396 --- /dev/null +++ b/2q @@ -0,0 +1,13 @@ +add epoch to make the dragonwell becomes the default java + +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# Date: Thu Jan 19 10:11:16 2023 +0800 +# +# On branch a8 +# Your branch is up to date with 'origin/a8'. +# +# Changes to be committed: +# modified: java-11-alibaba-dragonwell.spec +# diff --git a/java-11-alibaba-dragonwell.spec b/java-11-alibaba-dragonwell.spec index b643a42..abaf118 100644 --- a/java-11-alibaba-dragonwell.spec +++ b/java-11-alibaba-dragonwell.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without fastdebug %bcond_without slowdebug @@ -139,7 +139,7 @@ %global target images hotspot Name: java-11-alibaba-dragonwell -Epoch: 1 +Epoch: 2 Version: %{newdragonwellver}.%{alibaba_ver} Release: %{anolis_release}%{?dist} Summary: Alibaba Dragonwell11 JDK @@ -221,6 +221,8 @@ Patch7: pr3695-toggle_system_crypto_policy.patch # JDK-8275535, RH2053256: Retrying a failed authentication on multiple LDAP servers can lead to users blocked Patch8: jdk8275535-rh2053256-ldap_auth.patch +BuildArch: x86_64 aarch64 + BuildRequires: make vim BuildRequires: autoconf BuildRequires: automake @@ -2159,7 +2161,10 @@ alternatives --install %{_jvmdir}/java-%{major_ver}-%{origin} $key %{_jvmdir}/%{ %endif %changelog -* Tue Nov 23 2022 zhaoyuanfang - 1:11.0.17.13.8-2 +* Thu Jan 19 2023 happy_orange - 2:11.0.17.13.8-2 +- add epoch to make the dragonwell becomes the default java + +* Tue Nov 23 2022 zhaoyuanfang - 1:11.0.17.13.8-1 - update package tp 11.0.17.13.8 * Wed Aug 31 2022 happy_orange - 1:11.0.16.12.8-1 @@ -2178,4 +2183,4 @@ alternatives --install %{_jvmdir}/java-%{major_ver}-%{origin} $key %{_jvmdir}/%{ - Rebuild * Tue Apr 06 2021 Liwei Ge - 8.6.6.282.ga-1 -- Init version of 8.6.6 \ No newline at end of file +- Init version of 8.6.6 -- Gitee