From e76e9da794a5e4492b712b4b59f8ba988a88623d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 19 Oct 2022 11:19:57 +0300 Subject: [PATCH] Add riscv64 to nodejs supported arch list; revert python srpm changes Signed-off-by: David Abdurachmanov --- macros.nodejs-srpm | 2 +- redhat-rpm-config.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/macros.nodejs-srpm b/macros.nodejs-srpm index faf03a7..cb0f724 100644 --- a/macros.nodejs-srpm +++ b/macros.nodejs-srpm @@ -4,4 +4,4 @@ # those arches. Support for POWER and aarch64 arrived in nodejs v4. Support # for s390x arrived in nodejs v6 -%nodejs_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x +%nodejs_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x riscv64 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 66764d9..2e33a4b 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.2.riscv64%{?dist} +Release: 1.3.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -100,7 +100,7 @@ Requires: ocaml-srpm-macros Requires: openblas-srpm-macros Requires: perl-srpm-macros # ↓ Has Python BRPs originaly present in redhat-rpm-config -Requires: python-srpm-macros +Requires: python-srpm-macros >= 3.10-6 Requires: qt5-srpm-macros Requires: rust-srpm-macros Requires: rpmautospec-rpm-macros @@ -221,6 +221,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Wed Oct 19 2022 David Abdurachmanov - 228-1.3.riscv64 +- Bring back python-srpm-macros version requirements +- Add riscv64 to nodejs supported arch list + * Sat Sep 17 2022 David Abdurachmanov - 228-1.2.riscv64 - Drop version requirement from python-srpm-macros