From 03a55acc974c39b86162ce668c83ae7fa715b26d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 13 Nov 2024 20:13:40 +0200 Subject: [PATCH] Disable boostrap (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 b2ac9d2..ae692a1 100644 --- a/nodejs22.spec +++ b/nodejs22.spec @@ -11,7 +11,7 @@ # Break circular dependencies -%bcond bootstrap 1 +%bcond bootstrap 0 # 2024-05-21: Temporarily re-enable bundling to work around issues in Rawhide %if %{with bootstrap} || 0%{?nodejs_pkg_major} == 22 @@ -41,7 +41,7 @@ # This is used by both the nodejs package and the npm subpackage that # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease %{autorelease -e 0.riscv64} +%global baserelease %{autorelease -e 1.riscv64} %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}