From ab69a0c606af0b0c47955d5a1286fc344d981427 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-rprojroot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-rprojroot.spec b/R-rprojroot.spec index 8a04a27..64292f0 100644 --- a/R-rprojroot.spec +++ b/R-rprojroot.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global packname rprojroot %global packver 2.0.4 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: 5%{?dist} +Release: 5.0.riscv64%{?dist} Summary: Finding Files in Project Subdirectories License: MIT