Remove double colons from patch names

This commit is contained in:
Dingli Zhang 2024-12-25 03:52:22 +00:00
parent bad1b02de0
commit c540549654
2 changed files with 5 additions and 2 deletions

View File

@ -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 <dingli@iscas.ac.cn> - 1:21.0.5.11-3
- Remove double colons from patch names
* Mon Nov 11 2024 Dingli Zhang <dingli@iscas.ac.cn> - 1:21.0.5.11-2
- Remove redundant patch to fix ci check