From 0b124a73600776a5a0f5a6a8ed316e1e58fd5a58 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:02:26 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) 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 874493f..c9e523a 100644 --- a/R-withr.spec +++ b/R-withr.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname withr %global packver 2.5.2 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: %autorelease -e 0.riscv64 +Release: %autorelease -e 1.riscv64 Summary: Run Code 'With' Temporarily Modified Global State License: MIT