I3RNWE: kae-phase2

This commit is contained in:
Noah 2021-05-17 16:43:43 +08:00
parent 63a45d6141
commit 963196c647
2 changed files with 7989 additions and 1 deletions

View File

@ -921,7 +921,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver} Version: %{javaver}.%{updatever}.%{buildver}
Release: 17 Release: 18
# 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
@ -1095,6 +1095,7 @@ Patch166: add-missing-test-case.patch
Patch167: fix-BoxTypeCachedMax-build-failure-when-jvm-variants.patch Patch167: fix-BoxTypeCachedMax-build-failure-when-jvm-variants.patch
Patch168: fix-windows-compile-fail.patch Patch168: fix-windows-compile-fail.patch
Patch169: Code-style-fix.patch Patch169: Code-style-fix.patch
Patch170: kae-phase2.patch
############################################# #############################################
# #
@ -1538,6 +1539,7 @@ pushd %{top_level_dir_name}
%patch167 -p1 %patch167 -p1
%patch168 -p1 %patch168 -p1
%patch169 -p1 %patch169 -p1
%patch170 -p1
popd popd
@ -2155,6 +2157,9 @@ require "copy_jdk_configs.lua"
%endif %endif
%changelog %changelog
* Mon May 17 2021 Noah <hedongbo@huawei.com> - 1:1.8.0.282-b08.18
- add kae-phase2.patch
* Tue Apr 20 2021 aijm <aijiaming1@huawei.com> - 1:1.8.0.282-b08.17 * Tue Apr 20 2021 aijm <aijiaming1@huawei.com> - 1:1.8.0.282-b08.17
- delete zlib-optimization.patch - delete zlib-optimization.patch
- modify src-openeuler-openjdk-1.8.0-resolve-code-inconsistencies.patch - modify src-openeuler-openjdk-1.8.0-resolve-code-inconsistencies.patch

7983
kae-phase2.patch Normal file

File diff suppressed because it is too large Load Diff