aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages
diff options
context:
space:
mode:
authorZach York <zyork@amazon.com>2017-01-03 17:24:46 -0800
committerOlaf Flebbe <of@oflebbe.de>2017-01-05 10:45:11 +0100
commit93fed9c30d00e773017b25a2a6940ae62c68ac76 (patch)
treed59db69758dadeb957b08117a9359a023a76c527 /bigtop-packages
parentdc6a0b3a957674c8cad09abca8e3bc495de35105 (diff)
BIGTOP-2657: Upgrade to Hue 3.11.0
Signed-off-by: Olaf Flebbe <of@oflebbe.de>
Diffstat (limited to 'bigtop-packages')
-rw-r--r--bigtop-packages/src/deb/hue/control4
-rw-r--r--bigtop-packages/src/deb/hue/docs2
-rw-r--r--bigtop-packages/src/deb/hue/hue-common.install2
-rw-r--r--bigtop-packages/src/rpm/hue/SPECS/hue.spec6
4 files changed, 7 insertions, 7 deletions
diff --git a/bigtop-packages/src/deb/hue/control b/bigtop-packages/src/deb/hue/control
index 5fd694f0..e1240d9b 100644
--- a/bigtop-packages/src/deb/hue/control
+++ b/bigtop-packages/src/deb/hue/control
@@ -17,13 +17,13 @@ Source: hue
Section: misc
Priority: extra
Maintainer: Apache Bigtopr <dev@bigtop.apache.org>
-Build-Depends: debhelper (>= 7.0.50~), python2.6-dev | python2.7-dev, libxml2-dev, libxslt1-dev, zlib1g-dev, libsqlite3-dev, libldap2-dev, libsasl2-dev, libmysqlclient-dev, make, python-setuptools, libkrb5-dev, libgmp-dev
+Build-Depends: debhelper (>= 7.0.50~), python2.6-dev | python2.7-dev, libxml2-dev, libxslt1-dev, zlib1g-dev, libsqlite3-dev, libldap2-dev, libsasl2-dev, libmysqlclient-dev, make, python-setuptools, libkrb5-dev, libgmp3-dev, libffi-dev
Standards-Version: 3.9.4
Homepage: http://github.com/cloudera/hue
Package: hue-common
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${build:SYS-PYTHON}, libsasl2-modules-gssapi-mit, libxslt1.1, make, python (>= 2.6), libgmp10
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${build:SYS-PYTHON}, libsasl2-modules-gssapi-mit, libxslt1.1, make, python (>= 2.6), libgmp10, libffi
Description: A browser-based desktop interface for Hadoop
Hue is a browser-based desktop interface for interacting with Hadoop.
It supports a file browser, job tracker interface, cluster health monitor, and more.
diff --git a/bigtop-packages/src/deb/hue/docs b/bigtop-packages/src/deb/hue/docs
index a1320b1b..b43bf86b 100644
--- a/bigtop-packages/src/deb/hue/docs
+++ b/bigtop-packages/src/deb/hue/docs
@@ -1 +1 @@
-README.rst
+README.md
diff --git a/bigtop-packages/src/deb/hue/hue-common.install b/bigtop-packages/src/deb/hue/hue-common.install
index 8a4b2bb5..35985fe0 100644
--- a/bigtop-packages/src/deb/hue/hue-common.install
+++ b/bigtop-packages/src/deb/hue/hue-common.install
@@ -8,7 +8,7 @@
/usr/lib/hue/Makefile.sdk
/usr/lib/hue/Makefile.vars
/usr/lib/hue/Makefile.vars.priv
-/usr/lib/hue/README.rst
+/usr/lib/hue/README.md
/usr/lib/hue/tools
/usr/lib/hue/VERSION
/usr/lib/hue/build/env/bin/*
diff --git a/bigtop-packages/src/rpm/hue/SPECS/hue.spec b/bigtop-packages/src/rpm/hue/SPECS/hue.spec
index 13694d46..14bdc9f9 100644
--- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec
+++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec
@@ -188,8 +188,9 @@ BuildRequires: openssl-devel
BuildRequires: krb5-devel
BuildRequires: asciidoc
BuildRequires: gmp-devel
+BuildRequires: libffi-devel
Group: Applications/Engineering
-Requires: cyrus-sasl-gssapi, libxml2, libxslt, zlib, sqlite, libyaml, gmp
+Requires: cyrus-sasl-gssapi, libxml2, libxslt, zlib, sqlite, libyaml, gmp, python, libffi
# The only reason we need the following is because we also have AutoProv: no
Provides: config(%{name}-common) = %{version}
@@ -202,7 +203,6 @@ BuildRequires: /sbin/runuser, sqlite-devel, openldap-devel, mysql-devel, openssl
# Required for init scripts
Requires: /lib/lsb/init-functions
BuildRequires: python-devel, python-setuptools
-Requires: python
%endif
# Disable automatic Provides generation - otherwise we will claim to provide all of the
@@ -270,7 +270,7 @@ fi
%{hue_dir}/Makefile.sdk
%{hue_dir}/Makefile.vars
%{hue_dir}/Makefile.vars.priv
-%{hue_dir}/README.rst
+%{hue_dir}/README.md
%{hue_dir}/tools
%{hue_dir}/VERSION
%{hue_dir}/build/env/bin/*