From 9aea2aee7caa3ee7e912e35ce924be2eb1452e0b 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-cliapp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-cliapp.spec b/R-cliapp.spec index 23b18ed..109fc50 100644 --- a/R-cliapp.spec +++ b/R-cliapp.spec @@ -3,11 +3,11 @@ %global rlibdir %{_datadir}/R/library # Depends on callr, which depends on this. -%bcond_with bootstrap +%bcond_without bootstrap Name: R-%{packname} Version: 0.1.1 -Release: 14%{?dist} +Release: 14.0.riscv64%{?dist} Summary: Create Rich Command Line Applications License: MIT