Repository: bigtop Updated Branches: refs/heads/master 2198f2257 -> f6e11f4da
BIGTOP-1153 Added requires line to crunch spec file. Signed-off-by: Mark Grover <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f6e11f4d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f6e11f4d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f6e11f4d Branch: refs/heads/master Commit: f6e11f4dab79c5ec383b4f0c09b97b892a7d725a Parents: 2198f22 Author: Julien Eid <[email protected]> Authored: Tue Jul 8 14:20:47 2014 -0700 Committer: Mark Grover <[email protected]> Committed: Tue Jul 8 15:12:35 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/rpm/crunch/SPECS/crunch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f6e11f4d/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec index 12f2b3e..0f7fb9b 100644 --- a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec +++ b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec @@ -38,7 +38,7 @@ License: ASL 2.0 Source0: %{crunch_folder}.tar.gz Source1: do-component-build Source2: install_%{crunch_name}.sh - +Requires: hadoop-client, bigtop-utils >= 0.7 %description Apache Crunch is a Java library for writing, testing, and running
