From 9e19b5cf9255945c240928d1592537c3c41630f6 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 16 Sep 2022 15:23:32 +0300 Subject: [PATCH] Add riscv64 to java_arches Signed-off-by: David Abdurachmanov --- macros.java-srpm | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.java-srpm b/macros.java-srpm index a32a7fd..4d35a9f 100644 --- a/macros.java-srpm +++ b/macros.java-srpm @@ -1,2 +1,2 @@ # Arches that OpenJDK and dependent packages run on -%java_arches aarch64 ppc64le s390x x86_64 +%java_arches aarch64 ppc64le s390x x86_64 riscv64 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index fcbbe69..f217ffd 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -9,7 +9,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: %{baserelease} -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -221,6 +221,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Fri Sep 16 2022 David Abdurachmanov - 228-1.0.riscv64 +- Add riscv64 to java_arches + * Mon Aug 8 2022 Maxwell G - 228-1 - Add macros.shell-completions