From 59cbb320b9835f9da42dc376a140757cbfeb4a56 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-withr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-withr.spec b/R-withr.spec index a64a812..874493f 100644 --- a/R-withr.spec +++ b/R-withr.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname withr %global packver 2.5.2 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Run Code 'With' Temporarily Modified Global State License: MIT