From 821922d1ed7052d80217c6ad44c8c828353d22fe 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-generics.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-generics.spec b/R-generics.spec index ab1106f..3d86cf0 100644 --- a/R-generics.spec +++ b/R-generics.spec @@ -1,11 +1,11 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname generics %global packver 0.1.3 %global rlibdir %{_datadir}/R/library Name: R-%{packname} Version: 0.1.3 -Release: 8%{?dist} +Release: 8.0.riscv64%{?dist} Summary: Common S3 Generics not Provided by Base R Methods Related to Model Fitting License: MIT