1
0
2020-11-03 07:32:45 +00:00
committed by Git OBS Bridge
parent 5cc29e5ec4
commit 3adf12463a
3 changed files with 24 additions and 0 deletions

View File

@@ -190,6 +190,8 @@ Patch14: zero-javadoc-verbose.patch
#
# Patch for PPC
Patch103: ppc-zero-hotspot.patch
# Patch for S390
Patch104: s390.patch
#
Patch200: JDK-8250861.patch
@@ -528,6 +530,10 @@ patch -p0 -i %{PATCH14}
patch -p0 -i %{PATCH103}
%endif
%ifarch s390
patch -p0 -i %{PATCH104}
%endif
patch -p0 -i %{PATCH200}
patch -p0 -i %{PATCH2001}