From 378c74b9de373175c604767124a5c482f8962576 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 13 Feb 2023 13:37:44 +0200 Subject: [PATCH] Add riscv64 to gap_arches The gap packages builds and testsuite runs. Signed-off-by: David Abdurachmanov --- macros.gap-srpm | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.gap-srpm b/macros.gap-srpm index 2221073..6ea1697 100644 --- a/macros.gap-srpm +++ b/macros.gap-srpm @@ -1,2 +1,2 @@ # Arches that GAP runs on -%gap_arches aarch64 ppc64le s390x x86_64 +%gap_arches aarch64 ppc64le s390x x86_64 riscv64 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 74167d5..70a0327 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.0.riscv64%{?dist} +Release: 1.1.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -253,6 +253,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Mon Feb 13 2023 David Abdurachmanov - 249-1.1.riscv64 +- Add riscv64 to gap supported arch list + * Mon Feb 13 2023 David Abdurachmanov - 249-1.0.riscv64 - Add riscv64 to nodejs supported arch list