diff --git a/nodejs.spec b/nodejs.spec index f139933134d58a75aee4fc4702671d6f2d154395..f27c2bc2c5bf407c6bff8cad2b9418a7bcfd5e7b 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