From 54cb0f35302cc4295e08132c57415a00d78421a0 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 15 Feb 2023 16:45:57 +0800 Subject: [PATCH] Update man page compression extension --- java-11-alibaba-dragonwell.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/java-11-alibaba-dragonwell.spec b/java-11-alibaba-dragonwell.spec index 6ee4c24..e1dc8db 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 @@ -912,7 +912,7 @@ post_state=$1 %posttrans headless PRIORITY=%{priority} -ext=.gz +ext=%{_extension} key=java alternatives \ --install %{_bindir}/java $key %{jrebindir}/java $PRIORITY --family %{family} \ @@ -973,7 +973,7 @@ fi %posttrans devel PRIORITY=%{priority} -ext=.gz +ext=%{_extension} key=javac alternatives \ --install %{_bindir}/javac $key %{sdkbindir}/javac $PRIORITY --family %{family} \ @@ -1093,7 +1093,7 @@ fi PRIORITY=%{priority} let PRIORITY=PRIORITY-1 -ext=.gz +ext=%{_extension} key=java alternatives \ --install %{_bindir}/java $key %{jrebindir -- %{slowdebug_build}}/java $PRIORITY --family %{family} \ @@ -1182,7 +1182,7 @@ fi PRIORITY=%{priority} let PRIORITY=PRIORITY-1 -ext=.gz +ext=%{_extension} key=javac alternatives \ --install %{_bindir}/javac $key %{sdkbindir -- %{slowdebug_build}}/javac $PRIORITY --family %{family} \ @@ -1301,7 +1301,7 @@ fi PRIORITY=%{priority} let PRIORITY=PRIORITY-1 -ext=.gz +ext=%{_extension} key=java alternatives \ --install %{_bindir}/java $key %{jrebindir -- %{fastdebug_build}}/java $PRIORITY --family %{family} \ @@ -1370,7 +1370,7 @@ fi PRIORITY=%{priority} let PRIORITY=PRIORITY-1 -ext=.gz +ext=%{_extension} key=javac alternatives \ --install %{_bindir}/javac $key %{sdkbindir -- %{fastdebug_build}}/javac $PRIORITY --family %{family} \ @@ -2082,7 +2082,11 @@ alternatives --install %{_jvmdir}/java-%{major_ver}-%{origin} $key %{_jvmdir}/%{ %endif %changelog -* Tue Dec 8 2022 zhaoyuanfang - 1:11.0.17.13.8-1 +* Wed Feb 15 2023 Funda Wang - 2:11.0.17.13.8-2 +- Update man page compression extension +- Bump epcoh to easy upgrading from anolis 8 + +* Thu Dec 8 2022 zhaoyuanfang - 1:11.0.17.13.8-1 - update package to 11.0.17.13.8 * Wed Sep 07 2022 happy_orange - 1:11.0.16.12.8-2 -- Gitee