From 4613ec68ea70014b20712e374dee22f918701b63 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Thu, 19 Jan 2023 10:24:10 +0800 Subject: [PATCH] add epoch to make the dragonwell becomes the default java --- java-1.8.0-alibaba-dragonwell.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/java-1.8.0-alibaba-dragonwell.spec b/java-1.8.0-alibaba-dragonwell.spec index b6da9a9..3410f76 100644 --- a/java-1.8.0-alibaba-dragonwell.spec +++ b/java-1.8.0-alibaba-dragonwell.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without fastdebug %bcond_without slowdebug @@ -138,7 +138,7 @@ %global target images hotspot Name: java-%{javaver}-alibaba-dragonwell -Epoch: 1 +Epoch: 2 Version: %{newdragonwellver} Release: %{anolis_release}%{?dist} Summary: Alibaba Dragonwell 1.8.0 JDK @@ -281,6 +281,8 @@ Patch2002: dragonwell-rh1860986-disable_tlsv1.3_in_fips_mode.patch # 833097: Patch2003: pr833097-bugfix-openjkd-8-undeined-symbols.patch +BuildArch: x86_64 aarch64 + BuildRequires: make vim BuildRequires: autoconf BuildRequires: automake @@ -2643,6 +2645,9 @@ alternatives --install %{_jvmdir}/java-%{javaver}-%{origin} $key %{_jvmdir}/%{sd %endif %changelog +* Thu Jan 19 2023 happy_orange - 2:1.8.0.352-2 +- add epoch to make the dragonwell becomes the default java + * Tue Nov 15 2022 lvfei - 1:1.8.0.352-1 - update package tp 8.13.14.352 -- Gitee