diff --git a/R-pkgconfig.spec b/R-pkgconfig.spec index 1d03097..9682d83 100644 --- a/R-pkgconfig.spec +++ b/R-pkgconfig.spec @@ -1,11 +1,11 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname pkgconfig %global rlibdir %{_datadir}/R/library Name: R-%{packname} Version: 2.0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Private Configuration for 'R' Packages License: MIT @@ -72,6 +72,9 @@ rm %{buildroot}%{rlibdir}/%{packname}/README.markdown %changelog +* Thu Jun 17 2021 Tom Callaway - 2.0.3-7 +- bootstrap off + * Thu Jun 10 2021 Tom Callaway - 2.0.3-6 - Rebuilt for R 4.1.0 - bootstrapping added (and enabled)