Author: rvs
Date: Thu Oct 18 19:15:58 2012
New Revision: 1399799

URL: http://svn.apache.org/viewvc?rev=1399799&view=rev
Log:
BIGTOP-711.  update hadoop version to 2.0.2-alpha

Modified:
    bigtop/trunk/bigtop-packages/src/deb/hadoop/control
    bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec

Modified: bigtop/trunk/bigtop-packages/src/deb/hadoop/control
URL: 
http://svn.apache.org/viewvc/bigtop/trunk/bigtop-packages/src/deb/hadoop/control?rev=1399799&r1=1399798&r2=1399799&view=diff
==============================================================================
--- bigtop/trunk/bigtop-packages/src/deb/hadoop/control (original)
+++ bigtop/trunk/bigtop-packages/src/deb/hadoop/control Thu Oct 18 19:15:58 2012
@@ -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/
 

Modified: bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
URL: 
http://svn.apache.org/viewvc/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec?rev=1399799&r1=1399798&r2=1399799&view=diff
==============================================================================
--- bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec (original)
+++ bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec Thu Oct 18 
19:15:58 2012
@@ -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
 


Reply via email to