From 9d5c558fb17a5105b330b5855fa4a69e7f9554c2 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:00:12 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-cliapp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-cliapp.spec b/R-cliapp.spec index 109fc50..0cfab43 100644 --- a/R-cliapp.spec +++ b/R-cliapp.spec @@ -3,11 +3,11 @@ %global rlibdir %{_datadir}/R/library # Depends on callr, which depends on this. -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 0.1.1 -Release: 14.0.riscv64%{?dist} +Release: 14.1.riscv64%{?dist} Summary: Create Rich Command Line Applications License: MIT @@ -93,6 +93,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Mon Aug 12 2024 Jason Montleon - 0.1.1-14.1.riscv64 +- Turn off bootstrap (riscv64) + * Wed Jul 17 2024 Fedora Release Engineering - 0.1.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild