Disable boostrap (riscv64)

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-11-13 20:13:40 +02:00
parent ce826b8a05
commit 03a55acc97
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -11,7 +11,7 @@
# Break circular dependencies # Break circular dependencies
%bcond bootstrap 1 %bcond bootstrap 0
# 2024-05-21: Temporarily re-enable bundling to work around issues in Rawhide # 2024-05-21: Temporarily re-enable bundling to work around issues in Rawhide
%if %{with bootstrap} || 0%{?nodejs_pkg_major} == 22 %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 # 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 # has a separate version - the name is special so that rpmdev-bumpspec
# will bump this rather than adding .1 to the end. # 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}} %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}