From 14b797f99d8f4803f570ed01c99e1a70009dc5d6 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 11 Apr 2023 15:18:12 +0800 Subject: [PATCH] spec: remove loongarch64 arch Signed-off-by: Zhao Hang --- nodejs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index f139933..f27c2bc 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %bcond_with debug # PowerPC, s390x and aarch64 segfault during Debug builds @@ -165,13 +166,14 @@ Name: nodejs Epoch: %{nodejs_epoch} Version: %{nodejs_version} -Release: %{nodejs_release}%{?dist} +Release: %{nodejs_release}%{anolis_release}%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages URL: http://nodejs.org/ ExclusiveArch: %{nodejs_arches} +Excludearch: loongarch64 # nodejs bundles openssl, but we use the system version in Fedora # because openssl contains prohibited code, we remove openssl completely from @@ -733,6 +735,9 @@ end %changelog +* Tue Apr 11 2023 Zhao Hang - 1:16.19.1-1.0.1 +- Remove loongarch64 arch + * Mon Feb 27 2023 Jan Staněk - 1:16.19.1-1 - Rebase to 16.19.1 Resolves: rhbz#2153713 -- Gitee