From bb1aad4461eb6081168a0cd97efa52e507b26eba Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 20:00:29 -0400 Subject: [PATCH] Turn off bootstrap (riscv64) Signed-off-by: Jason Montleon --- R-glue.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-glue.spec b/R-glue.spec index bec07c2..fbdbc71 100644 --- a/R-glue.spec +++ b/R-glue.spec @@ -3,11 +3,11 @@ %global rlibdir %{_libdir}/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: %{packver} -Release: 8.0.riscv64%{?dist} +Release: 8.1.riscv64%{?dist} Summary: Interpreted String Literals License: MIT @@ -93,6 +93,9 @@ export LANG=C.UTF-8 %changelog +* Mon Aug 12 2024 Jason Montleon - 1.6.2-8.1.riscv64 +- Turn off bootstrap (riscv64) + * Thu Jul 25 2024 David Abdurachmanov - 1.6.2-8.0.riscv64 - Bootstrap (riscv64)