From a44d15ba6ad5219753c50b1f8e903a6836290a21 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:00:14 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-curl.spec b/R-curl.spec index fa0c4f3..7ebcd72 100644 --- a/R-curl.spec +++ b/R-curl.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %bcond_without network %global packname curl @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 5.2.1 -Release: %autorelease -e 0.riscv64 +Release: %autorelease -e 1.riscv64 Summary: A Modern and Flexible Web Client for R License: MIT