Turn off bootstrap (riscv64)

Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
Jason Montleon 2024-08-12 20:01:41 -04:00
parent 87f01f7697
commit 6affd73936

View File

@ -1,4 +1,4 @@
%bcond_without bootstrap
%bcond_with bootstrap
%global packname profvis
%global packver 0.3.7
@ -6,7 +6,7 @@
Name: R-%{packname}
Version: %{packver}
Release: 13.0.riscv64%{?dist}
Release: 13.1.riscv64%{?dist}
Summary: Interactive Visualizations for Profiling R Code
License: GPLv3
@ -92,6 +92,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog
* Mon Aug 12 2024 Jason Montleon <jmontleo@redhat.com> - 0.3.7-13.1.riscv64
- Turn off bootstrap (riscv64)
* Thu Jul 25 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.3.7-13.0.riscv64
- Bootstrap (riscv64)