diff --git a/R-ps.spec b/R-ps.spec index 0c77332..e2fae20 100644 --- a/R-ps.spec +++ b/R-ps.spec @@ -1,5 +1,5 @@ # Tests requires processx which requires this package. -%bcond_with bootstrap +%bcond_without bootstrap %global packname ps %global packver 1.6.0 @@ -7,7 +7,7 @@ Name: R-%{packname} Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: List, Query, Manipulate System Processes License: MIT @@ -94,6 +94,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no %changelog +* Wed Jun 9 2021 Tom Callaway - 1.6.0-2 +- bootstrap +- Rebuilt for R 4.1.0 + * Sun Feb 28 2021 Elliott Sales de Andrade - 1.6.0-1 - Update to latest version (#1933522)