From 268e33acac204f36614df004f414181d5ef9e35c Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 17:09:56 -0400 Subject: [PATCH] bootstrap off --- R-ps.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-ps.spec b/R-ps.spec index e2fae20..9105465 100644 --- a/R-ps.spec +++ b/R-ps.spec @@ -1,5 +1,5 @@ # Tests requires processx which requires this package. -%bcond_without bootstrap +%bcond_with bootstrap %global packname ps %global packver 1.6.0 @@ -7,7 +7,7 @@ Name: R-%{packname} Version: 1.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: List, Query, Manipulate System Processes License: MIT @@ -94,6 +94,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no %changelog +* Thu Jun 17 2021 Tom Callaway - 1.6.0-3 +- bootstrap off + * Wed Jun 9 2021 Tom Callaway - 1.6.0-2 - bootstrap - Rebuilt for R 4.1.0