You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by iw...@apache.org on 2016/07/29 02:21:21 UTC

incubator-hawq git commit: HAWQ-900. Add dependency in PL/R rpm build spec file plr.spec

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 691804044 -> fb7f806fe


HAWQ-900. Add dependency in PL/R rpm build spec file plr.spec


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/fb7f806f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/fb7f806f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/fb7f806f

Branch: refs/heads/master
Commit: fb7f806feba74a48e474fead5b84fc0ee72f07f5
Parents: 6918040
Author: Paul Guo <pa...@gmail.com>
Authored: Wed Jul 6 18:09:42 2016 +0800
Committer: ivan <iw...@pivotal.io>
Committed: Fri Jul 29 10:20:21 2016 +0800

----------------------------------------------------------------------
 src/pl/plr.spec | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/fb7f806f/src/pl/plr.spec
----------------------------------------------------------------------
diff --git a/src/pl/plr.spec b/src/pl/plr.spec
index e34e8b8..a6621d9 100644
--- a/src/pl/plr.spec
+++ b/src/pl/plr.spec
@@ -4,9 +4,13 @@ Version:        08.03.00.14
 Release:		0
 Prefix:         /usr/local
 License:		GPL
+BuildRequires:  R-devel
+Requires:       R
 
 %define _unpackaged_files_terminate_build 0
 
+AutoReqProv:    no
+
 %description
 The PL/R modules provides Procedural language implementation of R for HAWQ.