diff --git a/8240353.patch b/8240353.patch index 74f890bbf24070d60b17401568b4b32310494460..6aa496caa3117ec3826f47450313ce22f014679d 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 de685c3f58ae584c229104b0cb584be5b9f8fb8b..06d216d311e9df96e9d96bdb7d2d697cdf15fed6 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