From 861cf63d7262959f419d9540a2aefed76b920a1d Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 22:11:06 -0400 Subject: [PATCH] Flip network bcond 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 7ebcd72..a304129 100644 --- a/R-curl.spec +++ b/R-curl.spec @@ -1,12 +1,12 @@ %bcond_with bootstrap -%bcond_without network +%bcond_with network %global packname curl %global rlibdir %{_libdir}/R/library Name: R-%{packname} Version: 5.2.1 -Release: %autorelease -e 1.riscv64 +Release: %autorelease -e 2.riscv64 Summary: A Modern and Flexible Web Client for R License: MIT