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)