From 21649488e195656ad343f13e7fc0c1f49d4eb774 Mon Sep 17 00:00:00 2001 From: jdkboy Date: Sun, 7 Feb 2021 10:18:14 +0800 Subject: [PATCH] remove redundant file info (cherry picked from commit af37ee09222d9c3845dc694fcc941f2e0ab31cee) --- 8240353.patch | 2 -- java-11-openjdk.spec | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/8240353.patch b/8240353.patch index 74f890b..6aa496c 100755 --- a/8240353.patch +++ b/8240353.patch @@ -1,10 +1,8 @@ commit 29fd7a83a66269e360af353c64d945612be62623 -Author: g00357498 Date: Thu Feb 4 16:37:53 2021 +0800 8240353: AArch64: missing support for -XX:+ExtendedDTraceProbes in C1 - DTS/AR: DTS202102040ILH2PP1F00 Summary: : java -XX:+ExtendedDTraceProbes throws SIGILL LLT: java -XX:+ExtendedDTraceProbes Patch Type: backport diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index de685c3..06d216d 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -740,7 +740,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 1 +Release: 2 # 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 @@ -1620,6 +1620,9 @@ require "copy_jdk_configs.lua" %changelog +* Sun Feb 7 2021 jdkboy - 1:11.0.10.9-2 +- remove redundant file info + * Thu Feb 5 2021 eapen - 1:11.0.10.9-1 - add 8240353.patch -- Gitee