From bad54dd7c69751902ba156636aec5af560633995 Mon Sep 17 00:00:00 2001 From: pangqing Date: Thu, 19 Sep 2024 10:51:17 +0800 Subject: [PATCH] Fix md5sum build error Signed-off-by: pangqing --- download | 1 - java-11-openjdk.spec | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/download b/download index a125a72..9c2a15a 100644 --- a/download +++ b/download @@ -1,3 +1,2 @@ 870d829d8e1c38e251cc7498032a768a tapsets-icedtea-3.15.0.tar.xz 48a739775deb0df711a3687acc0c84cc openjdk-jdk11u-jdk-11.0.24+8.tar.xz - diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index f8ea87a..e527ce9 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # RPM conditionals so as to be able to dynamically produce # slowdebug/release builds. See: # http://rpm.org/user_doc/conditional_builds.html @@ -1017,7 +1018,7 @@ Provides: java-%{javaver}-%{origin}-src%1 = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist} +Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{anolis_release}%{?dist} # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # and this change was brought into RHEL-4. java-1.5.0-ibm packages # also included the epoch in their virtual provides. This created a @@ -2238,6 +2239,9 @@ require "copy_jdk_configs.lua" %endif %changelog +* Thu Sep 19 2024 pangqing - 1:11.0.24.0.8-1.0.1 +- Fix md5sum build error + * Thu Sep 05 2024 pangqing - 1:11.0.24.0.8-1 - Update to 1:11.0.24.0.8-1 -- Gitee