From 2506a8886f2fafdc03473df02bfd972ca582ac73 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 13 Nov 2024 11:26:10 +0200 Subject: [PATCH] Bootstrap (riscv64) Signed-off-by: David Abdurachmanov --- nodejs22.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs22.spec b/nodejs22.spec index 6bad87a..f5e2918 100644 --- a/nodejs22.spec +++ b/nodejs22.spec @@ -11,7 +11,7 @@ # Break circular dependencies -%bcond bootstrap 0 +%bcond bootstrap 1 # 2024-05-21: Temporarily re-enable bundling to work around issues in Rawhide %if %{with bootstrap} || 0%{?nodejs_pkg_major} == 22 @@ -143,7 +143,7 @@ Name: nodejs%{nodejs_pkg_major} Epoch: %{nodejs_epoch} Version: %{nodejs_version} -Release: %{nodejs_release} +Release: %{nodejs_release}.0.riscv64 Summary: JavaScript runtime # see bundled_licenses.py, which helps identify licenses in bundled NPM modules License: Apache-2.0 AND Artistic-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BlueOak-1.0.0 AND CC-BY-3.0 AND CC0-1.0 AND ISC AND MIT