From 07ca18b7eedf0beeb53b4dd823bfcec425957633 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:01:54 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-rprintf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-rprintf.spec b/R-rprintf.spec index c096b39..f8089b0 100644 --- a/R-rprintf.spec +++ b/R-rprintf.spec @@ -2,11 +2,11 @@ %global rlibdir %{_datadir}/R/library # When we are bootstrapping, we drop some dependencies, and/or build time tests. -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 0.2.1 -Release: 23.0.riscv64%{?dist} +Release: 23.1.riscv64%{?dist} Summary: Adaptive Builder for Formatted Strings License: MIT @@ -80,6 +80,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Mon Aug 12 2024 Jason Montleon - 0.2.1-23.1.riscv64 +- Turn off bootstrap (riscv64) + * Wed Jul 17 2024 Fedora Release Engineering - 0.2.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild