From 541022eb07a4a9465656ff7a75c345670c9579c1 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 17 Sep 2022 10:12:12 +0300 Subject: [PATCH] Add riscv64 to sa_arches [..] Installed (but unpackaged) file(s) found: /usr/lib/debug/usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/bin/jhsdb-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64.debug /usr/lib/debug/usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/lib/libsaproc.so-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64.debug /usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/bin/jhsdb /usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/lib/libsaproc.so /usr/share/man/man1/jhsdb-java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64.1.gz [..] Signed-off-by: David Abdurachmanov --- java-latest-openjdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index 975db87..2f4bcf9 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -128,7 +128,7 @@ # Set of architectures with a Ahead-Of-Time (AOT) compiler %global aot_arches x86_64 %{aarch64} # Set of architectures which support the serviceability agent -%global sa_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm} +%global sa_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm} riscv64 # Set of architectures which support class data sharing # See https://bugzilla.redhat.com/show_bug.cgi?id=513605 # MetaspaceShared::generate_vtable_methods is not implemented for the PPC JIT @@ -1307,7 +1307,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.0.riscv64%{?dist} +Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling.1.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 @@ -2685,6 +2685,9 @@ cjc.mainProgram(args) %endif %changelog +* Sat Sep 17 2022 David Abdurachmanov - 1:19.0.0.0.36-2.rolling.1.riscv64 +- Add riscv64 to sa_arches + * Fri Sep 16 2022 David Abdurachmanov - 1:19.0.0.0.36-2.rolling.0.riscv64 - Try to build (bootstrap)