Repository: incubator-hawq Updated Branches: refs/heads/master 2be55a9d4 -> 532671a9d
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/532671a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/532671a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/532671a9 Branch: refs/heads/master Commit: 532671a9d9abe778ac5bd2d5d763338ab5a124fc Parents: 2be55a9 Author: Paul Guo <[email protected]> Authored: Wed Jul 6 18:09:42 2016 +0800 Committer: rlei <[email protected]> Committed: Fri Aug 26 09:51:01 2016 +0800 ---------------------------------------------------------------------- src/pl/plr.spec | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/532671a9/src/pl/plr.spec ---------------------------------------------------------------------- diff --git a/src/pl/plr.spec b/src/pl/plr.spec index e34e8b8..23af95b 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-core-devel +Requires: R %define _unpackaged_files_terminate_build 0 +AutoReqProv: no + %description The PL/R modules provides Procedural language implementation of R for HAWQ.
