From 517a85e328fa826cd7e7f12a3f3a773acab156d7 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 17 Jun 2021 17:07:24 -0400 Subject: [PATCH] bootstrap off --- R-processx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-processx.spec b/R-processx.spec index 87765a1..b71aaa2 100644 --- a/R-processx.spec +++ b/R-processx.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname processx %global packver 3.5.2 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 3.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Execute and Control System Processes License: MIT @@ -91,6 +91,9 @@ install -pm 0644 %{packname}/README.md %{buildroot}%{rlibdir}/%{packname}/ %changelog +* Thu Jun 17 2021 Tom Callaway - 3.5.2-2 +- bootstrap off + * Wed Jun 9 2021 Tom Callaway - 3.5.2-1 - Update to 3.5.2 - bootstrap