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}}