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