From 7f7b77cb6f658e90e47abc3ee04e00070c0e2e34 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-rstudioapi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-rstudioapi.spec b/R-rstudioapi.spec index 1c1578e..d18464f 100644 --- a/R-rstudioapi.spec +++ b/R-rstudioapi.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname rstudioapi %global packver 0.13 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 0.13 -Release: 16%{?dist} +Release: 16.0.riscv64%{?dist} Summary: Safely Access the RStudio API License: MIT