From 2c97da0a9003b0172da0ae2720bcb278be1b52d0 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 16:37:06 -0400 Subject: [PATCH] bootstrap off --- R-dplyr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-dplyr.spec b/R-dplyr.spec index 4621048..b6254a1 100644 --- a/R-dplyr.spec +++ b/R-dplyr.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname dplyr %global packver 1.0.6 @@ -8,7 +8,7 @@ Name: R-%{packname} Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Grammar of Data Manipulation License: MIT @@ -112,6 +112,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog +* Thu Jun 17 2021 Tom Callaway - 1.0.6-2 +- bootstrap off + * Tue Jun 15 2021 Tom Callaway - 1.0.6-1 - update to 1.0.6 - bootstrap