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