From 3c3d742777da9242f006cef803564e88f755ee3f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 9 Mar 2024 13:17:15 +0200 Subject: [PATCH] Disable ssbd for riscv64 Signed-off-by: David Abdurachmanov --- java-latest-openjdk-portable.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/java-latest-openjdk-portable.spec b/java-latest-openjdk-portable.spec index 756beb1..93b208c 100644 --- a/java-latest-openjdk-portable.spec +++ b/java-latest-openjdk-portable.spec @@ -155,7 +155,7 @@ # Set of architectures for which we build the Z garbage collector %global zgc_arches x86_64 riscv64 # Set of architectures for which alt-java has SSB mitigation -%global ssbd_arches x86_64 riscv64 +%global ssbd_arches x86_64 # Set of architectures for which java has short vector math library (libsvml.so) %global svml_arches x86_64 riscv64 # Set of architectures where we verify backtraces with gdb @@ -565,7 +565,7 @@ Version: %{newjavaver}.%{buildver} # This package needs `.rolling` as part of Release so as to not conflict on install with # java-X-openjdk. I.e. when latest rolling release is also an LTS release packaged as # java-X-openjdk. See: https://bugzilla.redhat.com/show_bug.cgi?id=1647298 -Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling.1.riscv64%{?dist} +Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling.2.riscv64%{?dist} # 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 # also included the epoch in their virtual provides. This created a @@ -1631,6 +1631,9 @@ done %license %{unpacked_licenses}/%{jdkportablesourcesarchiveForFiles} %changelog +* Sat Mar 09 2024 David Abdurachmanov - 1:20.0.2.0.9-1.rolling.2.riscv64 +- Disable ssbd for riscv64 + * Fri Mar 08 2024 David Abdurachmanov - 1:20.0.2.0.9-1.rolling.1.riscv64 - Enable more options for riscv64: - debug, fastdebug, ssbd, svml