I5R4YG: support default jsa

This commit is contained in:
kuenking111 2022-09-15 21:09:00 +08:00
parent 286530e2a4
commit 085aa6a5b4
2 changed files with 1400 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -916,7 +916,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: 6 Release: 7
# 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
@ -1142,6 +1142,7 @@ Patch252: 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_use
Patch253: 8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch Patch253: 8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch
Patch254: kae-usability-enhancement.patch Patch254: kae-usability-enhancement.patch
Patch255: Dynamic-CDS-Archive.patch Patch255: Dynamic-CDS-Archive.patch
Patch256: 8202951-Support-default-jsa.patch
############################################# #############################################
# #
@ -1624,6 +1625,7 @@ pushd %{top_level_dir_name}
%patch253 -p1 %patch253 -p1
%patch254 -p1 %patch254 -p1
%patch255 -p1 %patch255 -p1
%patch256 -p1
popd popd
# System library fixes # System library fixes
@ -2248,6 +2250,9 @@ cjc.mainProgram(arg)
%endif %endif
%changelog %changelog
* Fri Sep 16 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.7
- add 8202951-Support-default-jsa.patch
* Thu Sep 15 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.6 * Thu Sep 15 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.6
- add Dynamic-CDS-Archive.patch - add Dynamic-CDS-Archive.patch