From 153d930c015d6a3eb9dae64ee04db2baadb4870b Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Sun, 11 Aug 2024 19:07:59 -0400 Subject: [PATCH] Enable bootstrap Signed-off-by: Jason Montleon --- R-import.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-import.spec b/R-import.spec index 288b3dc..1e69f32 100644 --- a/R-import.spec +++ b/R-import.spec @@ -1,11 +1,11 @@ %global packname import %global packver 1.3.0 %global rlibdir %{_datadir}/R/library -%bcond_with bootstrap +%bcond_without bootstrap Name: R-%{packname} Version: %{packver} -Release: 13%{?dist} +Release: 13.0.riscv64%{?dist} Summary: An Import Mechanism for R License: MIT