BIGTOP-711. update hadoop version to 2.0.2-alpha git-svn-id: https://svn.apache.org/repos/asf/bigtop/trunk@1399799 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/cf262554 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/cf262554 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/cf262554 Branch: refs/heads/master Commit: cf2625540bc32a247a145256565ecf4afc48dfd9 Parents: 91fcbaa Author: rvs <rvs@13f79535-47bb-0310-9956-ffa450edef68> Authored: Thu Oct 18 19:15:58 2012 +0000 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Nov 2 08:39:24 2012 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/hadoop/control | 2 +- bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/cf262554/bigtop-packages/src/deb/hadoop/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hadoop/control b/bigtop-packages/src/deb/hadoop/control index 20403ca..23bb42d 100644 --- a/bigtop-packages/src/deb/hadoop/control +++ b/bigtop-packages/src/deb/hadoop/control @@ -17,7 +17,7 @@ Source: hadoop Section: misc Priority: extra Maintainer: Bigtop <[email protected]> -Build-Depends: debhelper (>= 6), ant, ant-optional, liblzo2-dev, python, libzip-dev,automake, autoconf (>= 2.61), sharutils, g++ (>= 4), git-core, libfuse-dev, libssl-dev +Build-Depends: debhelper (>= 6), ant, ant-optional, liblzo2-dev, python, libzip-dev, sharutils, g++ (>= 4), git-core, libfuse-dev, libssl-dev, cmake, pkg-config Standards-Version: 3.8.0 Homepage: http://hadoop.apache.org/core/ http://git-wip-us.apache.org/repos/asf/bigtop/blob/cf262554/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec index 5ff7a72..1165d86 100644 --- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec +++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec @@ -164,7 +164,7 @@ Source21: yarn.default Source22: hadoop-layout.sh Source23: hadoop-hdfs-zkfc.svc Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n) -BuildRequires: python >= 2.4, git, fuse-devel,fuse, automake, autoconf +BuildRequires: python >= 2.4, git, fuse-devel, fuse, cmake Requires: coreutils, /usr/sbin/useradd, /usr/sbin/usermod, /sbin/chkconfig, /sbin/service, bigtop-utils, zookeeper >= 3.4.0 Requires: psmisc, %{netcat_package} # Sadly, Sun/Oracle JDK in RPM form doesn't provide libjvm.so, which means we have @@ -174,7 +174,7 @@ AutoReq: no Provides: hadoop %if %{?suse_version:1}0 -BuildRequires: libfuse2, libopenssl-devel, gcc-c++, ant, ant-nodeps, ant-trax +BuildRequires: pkg-config, libfuse2, libopenssl-devel, gcc-c++, ant, ant-nodeps, ant-trax # Required for init scripts Requires: sh-utils, insserv %endif @@ -182,13 +182,13 @@ Requires: sh-utils, insserv # CentOS 5 does not have any dist macro # So I will suppose anything that is not Mageia or a SUSE will be a RHEL/CentOS/Fedora %if %{!?suse_version:1}0 && %{!?mgaversion:1}0 -BuildRequires: fuse-libs, libtool, redhat-rpm-config, lzo-devel, openssl-devel +BuildRequires: pkgconfig, fuse-libs, libtool, redhat-rpm-config, lzo-devel, openssl-devel # Required for init scripts Requires: sh-utils, redhat-lsb %endif %if 0%{?mgaversion} -BuildRequires: libfuse-devel, libfuse2 , libopenssl-devel, gcc-c++, ant, libtool, automake, autoconf, liblzo-devel, zlib-devel +BuildRequires: pkgconfig, libfuse-devel, libfuse2 , libopenssl-devel, gcc-c++, ant, liblzo-devel, zlib-devel Requires: chkconfig, xinetd-simple-services, zlib, initscripts %endif
