From 4c965a26a08f42b78e78258d77310818c0a373e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Mon, 6 Jul 2020 12:04:03 +0100 Subject: [PATCH] rebuild for R 4 broom is now an R package so it does not need to be excluded --- R-dplyr.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/R-dplyr.spec b/R-dplyr.spec index f835527..f9b64bb 100644 --- a/R-dplyr.spec +++ b/R-dplyr.spec @@ -2,10 +2,10 @@ %global packver 0.8.5 %global rlibdir %{_libdir}/R/library -%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL|broom)\\) +%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL)\\) # When we are bootstrapping, we drop some dependencies, and/or build time tests. -%bcond_without bootstrap +%bcond_with bootstrap Name: R-%{packname} Version: 0.8.5 @@ -128,6 +128,7 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} %changelog * Sun Jun 7 2020 Tom Callaway - 0.8.5-2 - rebuild for R 4 +- broom is now an R package so it does not need to be excluded * Sun Mar 15 2020 Elliott Sales de Andrade - 0.8.5-1 - Update to latest version