You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2015/11/22 06:29:45 UTC

[1/2] bigtop git commit: BIGTOP-2155. Fix Hue 3.9.0 build failed on Fedora

Repository: bigtop
Updated Branches:
  refs/heads/master 9eda5133c -> 5545eb599


BIGTOP-2155. Fix Hue 3.9.0 build failed on Fedora


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

Branch: refs/heads/master
Commit: a31bb6aca8a19bf088e60c70521cd79813e1a0d3
Parents: 9eda513
Author: Evans Ye <ev...@apache.org>
Authored: Fri Nov 20 19:31:33 2015 +0000
Committer: Evans Ye <ev...@apache.org>
Committed: Sun Nov 22 13:29:14 2015 +0800

----------------------------------------------------------------------
 bigtop-packages/src/rpm/hue/SPECS/hue.spec | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/a31bb6ac/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 329b219..13694d4 100644
--- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec
+++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec
@@ -201,15 +201,9 @@ Requires: insserv, python-xml
 BuildRequires: /sbin/runuser, sqlite-devel, openldap-devel, mysql-devel, openssl-devel
 # Required for init scripts
 Requires: /lib/lsb/init-functions
-%if 0%{?rhel:%{rhel}} < 6
-# Python 2.5+ is required, but RHEL 5's `python` is 2.4
-BuildRequires: python26-devel, python26-distribute
-Requires: python26
-%else
 BuildRequires: python-devel, python-setuptools
 Requires: python
 %endif
-%endif
 
 # Disable automatic Provides generation - otherwise we will claim to provide all of the
 # .so modules that we install inside our private lib directory, which will falsely


[2/2] bigtop git commit: BIGTOP-2156. Fix Sqoop 1.4.5 build failed on OpenSuSE

Posted by ev...@apache.org.
BIGTOP-2156. Fix Sqoop 1.4.5 build failed on OpenSuSE


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

Branch: refs/heads/master
Commit: 5545eb599ab9549cd8b348c36bc401452236109c
Parents: a31bb6a
Author: Evans Ye <ev...@apache.org>
Authored: Fri Nov 20 19:39:43 2015 +0000
Committer: Evans Ye <ev...@apache.org>
Committed: Sun Nov 22 13:29:18 2015 +0800

----------------------------------------------------------------------
 bigtop_toolchain/manifests/packages.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5545eb59/bigtop_toolchain/manifests/packages.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp
index ed06015..f0a3bbd 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -24,7 +24,7 @@ class bigtop_toolchain::packages {
        }
        $pkgs = [ "unzip", "curl", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "fuse-devel", "cppunit-devel", "openssl-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "cyrus-sasl-devel", "sqlite-devel", "openldap-devel", $mysql_devel, "rpm-build", "redhat-rpm-config", "fuse-libs", "asciidoc", "xmlto", "libyaml-devel", "gmp-devel", "snappy-devel" ]
      }
-    /(?i:(SLES|opensuse))/: { $pkgs = [ "unzip", "curl", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "fuse-devel", "cppunit-devel", "libopenssl-devel", "rpm-devel", "pkg-config", "gmp-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "cyrus-sasl-devel", "sqlite3-devel", "openldap2-devel", "libyaml-devel", "krb5-devel", "asciidoc", "libmysqlclient-devel",  "snappy-devel" ]
+    /(?i:(SLES|opensuse))/: { $pkgs = [ "unzip", "curl", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "fuse-devel", "cppunit-devel", "libopenssl-devel", "rpm-devel", "pkg-config", "gmp-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "cyrus-sasl-devel", "sqlite3-devel", "openldap2-devel", "libyaml-devel", "krb5-devel", "asciidoc", "xmlto", "libmysqlclient-devel", "snappy-devel" ]
       # fix package dependencies: BIGTOP-2120 and BIGTOP-2152
       exec { '/usr/bin/zypper remove -y krb5-mini':
       } -> exec {'/usr/bin/zypper install -y libopenssl-devel':