From 540c413e9f1df1e26f1d96e1d5261e4824ca0bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Mon, 6 Jul 2020 13:49:30 +0100 Subject: [PATCH] rebuild for R 4 broom is now an R package so it does not need to be excluded remove from BuildRequires other packages that are not yet available --- R-dplyr.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R-dplyr.spec b/R-dplyr.spec index 0c4ef1a..3a300fd 100644 --- a/R-dplyr.spec +++ b/R-dplyr.spec @@ -96,7 +96,8 @@ rm -f %{buildroot}%{rlibdir}/R.css %check export LANG=C.UTF-8 %if %{without bootstrap} -_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} +# We need this because not all the suggests have the corresponding packages in Fedora +_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples %endif