From 979e01a3b62dcb4ad15c264a15676dbf27a722ef Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 15 Oct 2020 03:54:28 -0400 Subject: [PATCH] Re-enable check, renaming condition to bootstrap. --- R-iterators.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/R-iterators.spec b/R-iterators.spec index ef75ed8..16d228f 100644 --- a/R-iterators.spec +++ b/R-iterators.spec @@ -1,4 +1,4 @@ -%bcond_with check +%bcond_with bootstrap %global packname iterators %global packver 1.0.13 @@ -24,7 +24,7 @@ BuildArch: noarch BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: R-utils -%if %{with check} +%if %{without bootstrap} BuildRequires: R-RUnit BuildRequires: R-foreach %endif @@ -52,7 +52,7 @@ rm -f %{buildroot}%{rlibdir}/R.css %check -%if %{with check} +%if %{without bootstrap} %{_bindir}/R CMD check %{packname} %endif @@ -75,6 +75,7 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog * Thu Oct 15 2020 Elliott Sales de Andrade - 1.0.13-1 - Update to latest version (#1888534) +- Re-enable check * Mon Jul 27 2020 Fedora Release Engineering - 1.0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild