From ffd213c8a0b8dc78f5c1949ab77b9027642ec713 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Tue, 28 Feb 2023 10:45:44 +0000 Subject: [PATCH] Drop use of portable build on s390x due to libffi compatibility issue (needs libffi.so.6) Related: rhbz#2150202 --- java-1.8.0-openjdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 3b36d90..141e952 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -132,7 +132,7 @@ # Set of architectures where we verify backtraces with gdb %global gdb_arches %{jit_arches} %{zero_arches} # Set of architectures for which we have a portable build -%global portable_build_arches %{aarch64} %{power64} s390x x86_64 +%global portable_build_arches %{aarch64} %{power64} x86_64 # By default, we build a debug build during main build on JIT architectures %if %{with slowdebug} @@ -2900,6 +2900,10 @@ cjc.mainProgram(args) %endif %changelog +* Tue Feb 28 2023 Andrew Hughes - 1:1.8.0.362.b09-4 +- Drop use of portable build on s390x due to libffi compatibility issue (needs libffi.so.6) +- Related: rhbz#2150202 + * Tue Feb 28 2023 Andrew Hughes - 1:1.8.0.362.b09-4 - Add explicit libffi dependency for s390x build - Related: rhbz#2150202