From 961a6352af005828975c0ddede35a93bd9329ed0 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 17:36:04 -0400 Subject: [PATCH] bootstrap off --- R-rprojroot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-rprojroot.spec b/R-rprojroot.spec index 12fc4e6..9e309ba 100644 --- a/R-rprojroot.spec +++ b/R-rprojroot.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname rprojroot %global packver 2.0.2 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 2.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Finding Files in Project Subdirectories License: MIT @@ -80,6 +80,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests %changelog +* Thu Jun 17 2021 Tom Callaway - 2.0.2-4 +- bootstrap off + * Wed Jun 9 2021 Tom Callaway - 2.0.2-3 - Rebuilt for R 4.1.0 - bootstrap