[R/f21] add Requires: unzip to R-core

Tom Callaway spot at fedoraproject.org
Fri Aug 8 12:50:40 UTC 2014


commit 17fbebdffe5494fd3421aa30dcc755fb4640d1b5
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Aug 8 14:50:38 2014 +0200

    add Requires: unzip to R-core

 R.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/R.spec b/R.spec
index 2ce590b..e0a9e5a 100644
--- a/R.spec
+++ b/R.spec
@@ -40,7 +40,7 @@
 
 Name: R
 Version: 3.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz
@@ -127,7 +127,7 @@ Requires: tex(dvips), vi
 %else
 Requires: vim-minimal
 %endif
-Requires: perl, sed, gawk, tex(latex), less, make
+Requires: perl, sed, gawk, tex(latex), less, make, unzip
 
 # These are the submodules that R-core provides. Sometimes R modules say they
 # depend on one of these submodules rather than just R. These are provided for 
@@ -911,6 +911,9 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Fri Aug  8 2014 Tom Callaway <spot at fedoraproject.org> - 3.1.1-3
+- add "unzip" to Requirements list for R-core
+
 * Fri Aug  8 2014 Tom Callaway <spot at fedoraproject.org> - 3.1.1-2
 - add "make" to Requirements list for R-core (thanks R config)
 


More information about the scm-commits mailing list