From 6affd739368cf7c1c8f701c61c90466111366669 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:01:41 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-profvis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-profvis.spec b/R-profvis.spec index 4910995..0335828 100644 --- a/R-profvis.spec +++ b/R-profvis.spec @@ -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 - 0.3.7-13.1.riscv64 +- Turn off bootstrap (riscv64) + * Thu Jul 25 2024 David Abdurachmanov - 0.3.7-13.0.riscv64 - Bootstrap (riscv64)