From d198e1e556b4998c6272861b777959e4643440b6 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 17:32:19 -0400 Subject: [PATCH] bootstrap off --- R-rlang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-rlang.spec b/R-rlang.spec index 744a7d6..c18d97e 100644 --- a/R-rlang.spec +++ b/R-rlang.spec @@ -1,5 +1,5 @@ # When we are bootstrapping, we drop some dependencies, and/or build time tests. -%bcond_without bootstrap +%bcond_with bootstrap %global packname rlang %global packver 0.4.11 @@ -7,7 +7,7 @@ Name: R-%{packname} Version: 0.4.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Functions for Base Types and Core R and 'Tidyverse' Features License: MIT @@ -94,6 +94,9 @@ export LANG=C.UTF-8 %changelog +* Thu Jun 17 2021 Tom Callaway - 0.4.11-2 +- bootstrap off + * Mon Jun 7 2021 Tom Callaway - 0.4.11-1 - Rebuilt for R 4.1.0 - update to 0.4.11