remove redundant file info

This commit is contained in:
jdkboy 2021-02-07 10:18:14 +08:00
parent aa4568e919
commit af37ee0922
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,8 @@
commit 29fd7a83a66269e360af353c64d945612be62623 commit 29fd7a83a66269e360af353c64d945612be62623
Author: g00357498 <guoge1@huawei.com>
Date: Thu Feb 4 16:37:53 2021 +0800 Date: Thu Feb 4 16:37:53 2021 +0800
8240353: AArch64: missing support for -XX:+ExtendedDTraceProbes in C1 8240353: AArch64: missing support for -XX:+ExtendedDTraceProbes in C1
DTS/AR: DTS202102040ILH2PP1F00
Summary: <c1>: java -XX:+ExtendedDTraceProbes throws SIGILL Summary: <c1>: java -XX:+ExtendedDTraceProbes throws SIGILL
LLT: java -XX:+ExtendedDTraceProbes LLT: java -XX:+ExtendedDTraceProbes
Patch Type: backport Patch Type: backport

View File

@ -740,7 +740,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver} Version: %{newjavaver}.%{buildver}
Release: 1 Release: 2
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # 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 # 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 # also included the epoch in their virtual provides. This created a
@ -1620,6 +1620,9 @@ require "copy_jdk_configs.lua"
%changelog %changelog
* Sun Feb 7 2021 jdkboy <ge.guo@huawei.com> - 1:11.0.10.9-2
- remove redundant file info
* Thu Feb 5 2021 eapen <zhangyipeng7@huawei.com> - 1:11.0.10.9-1 * Thu Feb 5 2021 eapen <zhangyipeng7@huawei.com> - 1:11.0.10.9-1
- add 8240353.patch - add 8240353.patch