From 5cd203d3ee7d10ce722358e5b9d35592baa35671 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-pkgconfig.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-pkgconfig.spec b/R-pkgconfig.spec index 3584a8f..440d75e 100644 --- a/R-pkgconfig.spec +++ b/R-pkgconfig.spec @@ -1,11 +1,11 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname pkgconfig %global rlibdir %{_datadir}/R/library Name: R-%{packname} Version: 2.0.3 -Release: 18%{?dist} +Release: 18.0.riscv64%{?dist} Summary: Private Configuration for 'R' Packages License: MIT