From 0f0c69378efe8e7f2fa8ecb0e4d62df48b21d6e1 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:02:02 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-rstudioapi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-rstudioapi.spec b/R-rstudioapi.spec index d18464f..a257edb 100644 --- a/R-rstudioapi.spec +++ b/R-rstudioapi.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname rstudioapi %global packver 0.13 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 0.13 -Release: 16.0.riscv64%{?dist} +Release: 16.1.riscv64%{?dist} Summary: Safely Access the RStudio API License: MIT @@ -71,6 +71,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Mon Aug 12 2024 Jason Montleon - 0.13-16.1.riscv64 +- Turn off bootstrap (riscv64) + * Wed Jul 17 2024 Fedora Release Engineering - 0.13-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild