From c54054965409c8fe28917f19994d4e08152fe3b8 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Wed, 25 Dec 2024 03:52:22 +0000 Subject: [PATCH] Remove double colons from patch names --- ...ckport-of-JDK-8316895-SeenThread-print_action_que.patch | 0 openjdk-21.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename Backport-of-JDK-8316895-SeenThread::print_action_que.patch => Backport-of-JDK-8316895-SeenThread-print_action_que.patch (100%) diff --git a/Backport-of-JDK-8316895-SeenThread::print_action_que.patch b/Backport-of-JDK-8316895-SeenThread-print_action_que.patch similarity index 100% rename from Backport-of-JDK-8316895-SeenThread::print_action_que.patch rename to Backport-of-JDK-8316895-SeenThread-print_action_que.patch diff --git a/openjdk-21.spec b/openjdk-21.spec index 720a877..a362158 100644 --- a/openjdk-21.spec +++ b/openjdk-21.spec @@ -899,7 +899,7 @@ Name: java-21-%{origin} Version: %{newjavaver}.%{buildver} # This package needs `.rolling` as part of Release so as to not conflict on install with # java-X-openjdk. I.e. when latest rolling release is also an LTS release packaged as -Release: 2 +Release: 3 # 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 @@ -998,7 +998,7 @@ Patch39: Backport-of-8330191-Fix-typo-in-precompiled.hpp.patch Patch40: Backport-of-8337787-Fix-Wzero-as-null-pointer-consta.patch Patch41: Backport-of-8337712-Wrong-javadoc-in-java.util.Date-.patch Patch42: Backport-of-8337067-Test-runtime-classFileParserBug-.patch -Patch45: Backport-of-JDK-8316895-SeenThread::print_action_que.patch +Patch45: Backport-of-JDK-8316895-SeenThread-print_action_que.patch Patch46: Backport-of-JDK-8328723-IP-Address-error-when-client.patch Patch48: Backport-JDK-8207908-JMXStatusTest.java-fails-assert.patch Patch49: Backport-JDK-8328107-Shenandoah-C2-TestVerifyLoopOpt.patch @@ -1874,6 +1874,9 @@ cjc.mainProgram(args) -- the returns from copy_jdk_configs.lua should not affect %changelog +* Wed Dec 25 2024 Dingli Zhang - 1:21.0.5.11-3 +- Remove double colons from patch names + * Mon Nov 11 2024 Dingli Zhang - 1:21.0.5.11-2 - Remove redundant patch to fix ci check -- Gitee