Repository: bigtop
Updated Branches:
  refs/heads/master e23aced0c -> c753d985f


BIGTOP-1910. Adjust the dependency for hue-beeswax

Signed-off-by: Olaf Flebbe <o...@oflebbe.de>


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

Branch: refs/heads/master
Commit: c753d985fd37c9277e16297938d83ffe51159b94
Parents: e23aced
Author: YoungWoo Kim <yw...@apache.org>
Authored: Mon Jun 29 10:36:37 2015 +0900
Committer: Olaf Flebbe <o...@oflebbe.de>
Committed: Mon Jun 29 21:49:50 2015 +0200

----------------------------------------------------------------------
 bigtop-packages/src/deb/hue/control        | 2 +-
 bigtop-packages/src/rpm/hue/SPECS/hue.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c753d985/bigtop-packages/src/deb/hue/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/hue/control 
b/bigtop-packages/src/deb/hue/control
index 7b57fbc..c2cca71 100644
--- a/bigtop-packages/src/deb/hue/control
+++ b/bigtop-packages/src/deb/hue/control
@@ -48,7 +48,7 @@ Description: Documentation for Hue
 
 Package: hue-beeswax
 Architecture: all
-Depends: ${misc:Depends}, python (>= 2.6), python (<< 3), make (>= 3.8), 
hue-common (= ${source:Version}), hive (>= 0.13)
+Depends: ${misc:Depends}, python (>= 2.6), python (<< 3), make (>= 3.8), 
hue-common (= ${source:Version})
 Description: A UI for Hive on Hue
  Beeswax is a web interface for Hive.
  .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/c753d985/bigtop-packages/src/rpm/hue/SPECS/hue.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/hue/SPECS/hue.spec 
b/bigtop-packages/src/rpm/hue/SPECS/hue.spec
index a7f1fb7..ef692fd 100644
--- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec
+++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec
@@ -376,7 +376,7 @@ and import and export data.
 %package -n %{name}-beeswax
 Summary: A UI for Hive on Hue
 Group: Applications/Engineering
-Requires: %{name}-common = %{version}-%{release}, hive, make
+Requires: %{name}-common = %{version}-%{release}, make
 
 %description -n %{name}-beeswax
 Beeswax is a web interface for Hive.

Reply via email to