From 4aa1051cba4ee6922f3d5aa3fdfa82ea13b44c95 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:00:09 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-chron.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-chron.spec b/R-chron.spec index e5c7007..4a433ce 100644 --- a/R-chron.spec +++ b/R-chron.spec @@ -3,11 +3,11 @@ %global rlibdir %{_libdir}/R/library # Dependency loops. -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 2.3.60 -Release: 8.0.riscv64%{?dist} +Release: 8.1.riscv64%{?dist} Summary: Chronological Objects which can Handle Dates and Times # Automatically converted from old format: GPLv2 - review is highly recommended. @@ -71,6 +71,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Mon Aug 12 2024 Jason Montleon - 2.3.60-8.1.riscv64 +- Turn off bootstrap (riscv64) + * Mon Jul 29 2024 Miroslav Suchý - 2.3.60-8 - convert license to SPDX