You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/04/18 02:13:45 UTC

git commit: BIGTOP-923. Packages that depend on bigtop-utils needs to specify >= 0.6

Updated Branches:
  refs/heads/master 7cf57e8ad -> 3df215d13


BIGTOP-923. Packages that depend on bigtop-utils needs to specify >= 0.6


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

Branch: refs/heads/master
Commit: 3df215d13ae61ab861d1e92a1104bd330d4cc12e
Parents: 7cf57e8
Author: Sean Mackrory <ma...@gmail.com>
Authored: Tue Apr 16 12:21:40 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Wed Apr 17 17:08:12 2013 -0700

----------------------------------------------------------------------
 bigtop-packages/src/deb/flume/control              |    2 +-
 bigtop-packages/src/deb/giraph/control             |    2 +-
 bigtop-packages/src/deb/hadoop/control             |   10 +++++-----
 bigtop-packages/src/deb/hbase/control              |    2 +-
 bigtop-packages/src/deb/hive/control               |    2 +-
 bigtop-packages/src/deb/hue/control                |    2 +-
 bigtop-packages/src/deb/mahout/control             |    2 +-
 bigtop-packages/src/deb/oozie/control              |    2 +-
 bigtop-packages/src/deb/pig/control                |    2 +-
 bigtop-packages/src/deb/solr/control               |    2 +-
 bigtop-packages/src/deb/sqoop/control              |    2 +-
 bigtop-packages/src/deb/whirr/control              |    2 +-
 bigtop-packages/src/deb/zookeeper/control          |    2 +-
 bigtop-packages/src/rpm/datafu/SPECS/datafu.spec   |    2 +-
 bigtop-packages/src/rpm/flume/SPECS/flume.spec     |    2 +-
 bigtop-packages/src/rpm/giraph/SPECS/giraph.spec   |    2 +-
 bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec   |    2 +-
 bigtop-packages/src/rpm/hbase/SPECS/hbase.spec     |    2 +-
 bigtop-packages/src/rpm/hive/SPECS/hive.spec       |    2 +-
 bigtop-packages/src/rpm/hue/SPECS/hue.spec         |    2 +-
 bigtop-packages/src/rpm/mahout/SPECS/mahout.spec   |    2 +-
 bigtop-packages/src/rpm/oozie/SPECS/oozie.spec     |    2 +-
 bigtop-packages/src/rpm/pig/SPECS/pig.spec         |    2 +-
 bigtop-packages/src/rpm/solr/SPECS/solr.spec       |    2 +-
 bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec     |    2 +-
 bigtop-packages/src/rpm/whirr/SPECS/whirr.spec     |    2 +-
 .../src/rpm/zookeeper/SPECS/zookeeper.spec         |    2 +-
 27 files changed, 31 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/flume/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/flume/control b/bigtop-packages/src/deb/flume/control
index b053890..734da96 100644
--- a/bigtop-packages/src/deb/flume/control
+++ b/bigtop-packages/src/deb/flume/control
@@ -23,7 +23,7 @@ Homepage: http://incubator.apache.org/projects/flume.html
 
 Package: flume
 Architecture: all
-Depends: adduser, hadoop-hdfs, bigtop-utils
+Depends: adduser, hadoop-hdfs, bigtop-utils (>= 0.6)
 Description: Flume is a reliable, scalable, and manageable distributed log collection application for collecting data such as logs and delivering it to data stores such as Hadoop's HDFS.
  Flume is a reliable, scalable, and manageable distributed data 
  collection application for collecting data such as logs and delivering it 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/giraph/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/giraph/control b/bigtop-packages/src/deb/giraph/control
index 686a052..c4ae590 100644
--- a/bigtop-packages/src/deb/giraph/control
+++ b/bigtop-packages/src/deb/giraph/control
@@ -23,7 +23,7 @@ Homepage: http://incubator.apache.org/giraph/
 
 Package:  giraph
 Architecture: all
-Depends: hadoop-client, zookeeper, bigtop-utils
+Depends: hadoop-client, zookeeper, bigtop-utils (>= 0.6)
 Description: Giraph is a BSP inspired graph processing platform that runs on Hadoop
  Giraph implements a graph processing platform to run large scale algorithms 
  (such as page rank, shared connections, personalization-based popularity, etc.)

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/hadoop/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/hadoop/control b/bigtop-packages/src/deb/hadoop/control
index ef0e8fa..546b4b4 100644
--- a/bigtop-packages/src/deb/hadoop/control
+++ b/bigtop-packages/src/deb/hadoop/control
@@ -23,7 +23,7 @@ Homepage: http://hadoop.apache.org/core/
 
 Package: hadoop
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils, zookeeper (>= 3.4.0), psmisc, netcat-openbsd
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils (>= 0.6), zookeeper (>= 3.4.0), psmisc, netcat-openbsd
 Description: Hadoop is a software platform for processing vast amounts of data
  Hadoop is a software platform that lets one easily write and
  run applications that process vast amounts of data.
@@ -47,7 +47,7 @@ Description: Hadoop is a software platform for processing vast amounts of data
 
 Package: hadoop-hdfs
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils, hadoop (= ${source:Version}), bigtop-jsvc
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils (>= 0.6), hadoop (= ${source:Version}), bigtop-jsvc
 Description: The Hadoop Distributed File System
  Hadoop Distributed File System (HDFS) is the primary storage system used by 
  Hadoop applications. HDFS creates multiple replicas of data blocks and distributes 
@@ -56,7 +56,7 @@ Description: The Hadoop Distributed File System
 
 Package: hadoop-yarn
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils, hadoop (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils (>= 0.6), hadoop (= ${source:Version})
 Description: The Hadoop NextGen MapReduce (YARN)
  YARN (Hadoop NextGen MapReduce) is a general purpose data-computation framework.
  The fundamental idea of YARN is to split up the two major functionalities of the 
@@ -74,14 +74,14 @@ Description: The Hadoop NextGen MapReduce (YARN)
 
 Package: hadoop-mapreduce
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils, hadoop-yarn (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, bigtop-utils (>= 0.6), hadoop-yarn (= ${source:Version})
 Description: The Hadoop MapReduce (MRv2)
  Hadoop MapReduce is a programming model and software framework for writing applications 
  that rapidly process vast amounts of data in parallel on large clusters of compute nodes.
 
 Package: hadoop-hdfs-fuse
 Architecture: i386 amd64
-Depends: ${shlibs:Depends}, hadoop-hdfs (= ${source:Version}), hadoop-client (= ${source:Version}), libfuse2, fuse-utils, bigtop-utils (> 0.6)
+Depends: ${shlibs:Depends}, hadoop-hdfs (= ${source:Version}), hadoop-client (= ${source:Version}), libfuse2, fuse-utils, bigtop-utils (>= 0.6)
 Enhances: hadoop
 Description: Mountable HDFS
  These projects (enumerated below) allow HDFS to be mounted (on most flavors of Unix) as a standard file system using

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/hbase/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/hbase/control b/bigtop-packages/src/deb/hbase/control
index f8a6158..f7a0bbb 100644
--- a/bigtop-packages/src/deb/hbase/control
+++ b/bigtop-packages/src/deb/hbase/control
@@ -22,7 +22,7 @@ Homepage: http://hbase.apache.org/
 
 Package: hbase
 Architecture: all
-Depends: adduser, zookeeper (>= 3.3.1), hadoop-hdfs, bigtop-utils
+Depends: adduser, zookeeper (>= 3.3.1), hadoop-hdfs, bigtop-utils (>= 0.6)
 Recommends: ntp
 Description: HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
  HBase is an open-source, distributed, column-oriented store modeled after

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/hive/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/hive/control b/bigtop-packages/src/deb/hive/control
index 222301e..8b643f7 100644
--- a/bigtop-packages/src/deb/hive/control
+++ b/bigtop-packages/src/deb/hive/control
@@ -23,7 +23,7 @@ Homepage: http://hive.apache.org/
 
 Package: hive
 Architecture: all
-Depends: adduser, hadoop-client, bigtop-utils, zookeeper
+Depends: adduser, hadoop-client, bigtop-utils (>= 0.6), zookeeper
 Description: Hive is a data warehouse infrastructure built on top of Hadoop
  Hive is a data warehouse infrastructure built on top of Hadoop that provides
  tools to enable easy data summarization, adhoc querying and analysis of large

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/hue/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/hue/control b/bigtop-packages/src/deb/hue/control
index 7b9bc94..a30f05a 100644
--- a/bigtop-packages/src/deb/hue/control
+++ b/bigtop-packages/src/deb/hue/control
@@ -32,7 +32,7 @@ Description: A browser-based desktop interface for Hadoop
 # FIXME: Hue plugins don't yet quite work with Hadoop 2.X
 #Package: hue-plugins
 #Architecture: all
-#Depends: hadoop, bigtop-utils
+#Depends: hadoop, bigtop-utils (>= 0.6)
 #Description: Plug-ins for Hadoop to enable integration with Hue
 # These plug-ins enable the Hadoop Daemons to communicate with Hue.
 # This package must be installed on every node in the Hadoop cluster.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/mahout/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/mahout/control b/bigtop-packages/src/deb/mahout/control
index 744c4b7..4b00303 100644
--- a/bigtop-packages/src/deb/mahout/control
+++ b/bigtop-packages/src/deb/mahout/control
@@ -23,7 +23,7 @@ Homepage: http://mahout.apache.org
 
 Package:  mahout
 Architecture: all
-Depends: hadoop-client, bigtop-utils
+Depends: hadoop-client, bigtop-utils (>= 0.6)
 Description: A set of Java libraries for scalable machine learning.
  Mahout's goal is to build scalable machine learning libraries. 
  With scalable we mean:

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/oozie/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/oozie/control b/bigtop-packages/src/deb/oozie/control
index 0ed1e07..45d5723 100644
--- a/bigtop-packages/src/deb/oozie/control
+++ b/bigtop-packages/src/deb/oozie/control
@@ -23,7 +23,7 @@ Homepage: http://incubator.apache.org/oozie/
 
 Package: oozie-client
 Architecture: all
-Depends: bigtop-utils
+Depends: bigtop-utils (>= 0.6)
 Description: Client for Oozie Workflow Engine
  Oozie client is a command line client utility that allows remote
  administration and monitoring of worflows. Using this client utility

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/pig/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/pig/control b/bigtop-packages/src/deb/pig/control
index 43c4932..3bd059d 100644
--- a/bigtop-packages/src/deb/pig/control
+++ b/bigtop-packages/src/deb/pig/control
@@ -23,7 +23,7 @@ Homepage: http://pig.apache.org/
 
 Package: pig
 Architecture: all
-Depends: hadoop-client, bigtop-utils
+Depends: hadoop-client, bigtop-utils (>= 0.6)
 Description: Pig is a platform for analyzing large data sets
  Pig is a platform for analyzing large data sets that consists of a high-level language
  for expressing data analysis programs, coupled with infrastructure for evaluating these

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/solr/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/solr/control b/bigtop-packages/src/deb/solr/control
index 18db11b..f40bf19 100644
--- a/bigtop-packages/src/deb/solr/control
+++ b/bigtop-packages/src/deb/solr/control
@@ -23,7 +23,7 @@ Homepage: http://lucene.apache.org/solr
 
 Package:  solr
 Architecture: all
-Depends: bigtop-utils, bigtop-tomcat
+Depends: bigtop-utils (>= 0.6), bigtop-tomcat
 Description: Apache Solr is the popular, blazing fast open source enterprise search platform
  Solr is the popular, blazing fast open source enterprise search platform from
  the Apache Lucene project. Its major features include powerful full-text 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/sqoop/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/sqoop/control b/bigtop-packages/src/deb/sqoop/control
index 39d911b..a18c3b2 100644
--- a/bigtop-packages/src/deb/sqoop/control
+++ b/bigtop-packages/src/deb/sqoop/control
@@ -21,7 +21,7 @@ Homepage: http://sqoop.apache.org/
 
 Package:  sqoop
 Architecture: all
-Depends: bigtop-utils, hadoop-client, bigtop-tomcat, sqoop-client (= ${source:Version})
+Depends: bigtop-utils (>= 0.6), hadoop-client, bigtop-tomcat, sqoop-client (= ${source:Version})
 Description: Tool for easy imports and exports of data sets between databases and the Hadoop ecosystem
  Sqoop is a tool that provides the ability to import and export data sets between
  the Hadoop Distributed File System (HDFS) and relational databases.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/whirr/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/whirr/control b/bigtop-packages/src/deb/whirr/control
index de24f7a..af64a79 100644
--- a/bigtop-packages/src/deb/whirr/control
+++ b/bigtop-packages/src/deb/whirr/control
@@ -22,7 +22,7 @@ Homepage: http://whirr.apache.org/
 
 Package:  whirr
 Architecture: all
-Depends: bigtop-utils
+Depends: bigtop-utils (>= 0.6)
 Description: Scripts and libraries for running software services on cloud infrastructure.
  Whirr provides
  .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/deb/zookeeper/control
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/zookeeper/control b/bigtop-packages/src/deb/zookeeper/control
index ff70ebc..b874a37 100755
--- a/bigtop-packages/src/deb/zookeeper/control
+++ b/bigtop-packages/src/deb/zookeeper/control
@@ -22,7 +22,7 @@ Homepage: http://zookeeper.apache.org/
 
 Package: zookeeper
 Architecture: all
-Depends: bigtop-utils
+Depends: bigtop-utils (>= 0.6)
 Description: A high-performance coordination service for distributed applications.
  ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.  All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/datafu/SPECS/datafu.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/datafu/SPECS/datafu.spec b/bigtop-packages/src/rpm/datafu/SPECS/datafu.spec
index 4d3ce58..3592204 100644
--- a/bigtop-packages/src/rpm/datafu/SPECS/datafu.spec
+++ b/bigtop-packages/src/rpm/datafu/SPECS/datafu.spec
@@ -37,7 +37,7 @@ License: ASL 2.0
 Source0: %{datafu_name}-%{datafu_base_version}.tar.gz
 Source1: do-component-build 
 Source2: install_%{datafu_name}.sh
-Requires: hadoop-client, bigtop-utils
+Requires: hadoop-client, bigtop-utils >= 0.6
 
 
 %description 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/flume/SPECS/flume.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/flume/SPECS/flume.spec b/bigtop-packages/src/rpm/flume/SPECS/flume.spec
index 784d7a6..6a9745a 100644
--- a/bigtop-packages/src/rpm/flume/SPECS/flume.spec
+++ b/bigtop-packages/src/rpm/flume/SPECS/flume.spec
@@ -70,7 +70,7 @@ Source4: flume-agent.default
 Requires: /usr/sbin/useradd
 Requires: coreutils
 Requires: hadoop-hdfs
-Requires: bigtop-utils
+Requires: bigtop-utils >= 0.6
 
 %if  0%{?mgaversion}
 Requires: bsh-utils

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/giraph/SPECS/giraph.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/giraph/SPECS/giraph.spec b/bigtop-packages/src/rpm/giraph/SPECS/giraph.spec
index 6a6fd7e..430308f 100644
--- a/bigtop-packages/src/rpm/giraph/SPECS/giraph.spec
+++ b/bigtop-packages/src/rpm/giraph/SPECS/giraph.spec
@@ -59,7 +59,7 @@ Source1: do-component-build
 Source2: install_%{name}.sh
 Source3: giraph-site.xml
 Buildarch: noarch
-Requires: zookeeper, hadoop-client, bigtop-utils
+Requires: zookeeper, hadoop-client, bigtop-utils >= 0.6
 
 %description 
 Giraph implements a graph processing platform to run large scale algorithms (such as page rank, shared connections, personalization-based popularity, etc.) on top of Hadoop infrastructure. Giraph builds upon the graph-oriented nature of Pregel but additionally adds fault-tolerance to the coordinator process with the use of ZooKeeper as its centralized coordination service.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/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 f13103c..3854156 100644
--- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
+++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
@@ -164,7 +164,7 @@ Source23: hadoop-hdfs-zkfc.svc
 Source24: hadoop-hdfs-journalnode.svc
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
 BuildRequires: fuse-devel, fuse, cmake
-Requires: coreutils, /usr/sbin/useradd, /usr/sbin/usermod, /sbin/chkconfig, /sbin/service, bigtop-utils, zookeeper >= 3.4.0
+Requires: coreutils, /usr/sbin/useradd, /usr/sbin/usermod, /sbin/chkconfig, /sbin/service, bigtop-utils >= 0.6, zookeeper >= 3.4.0
 Requires: psmisc, %{netcat_package}
 # Sadly, Sun/Oracle JDK in RPM form doesn't provide libjvm.so, which means we have
 # to set AutoReq to no in order to minimize confusion. Not ideal, but seems to work.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec b/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
index 6d793c1..d698bdf 100644
--- a/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
+++ b/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
@@ -92,7 +92,7 @@ Source5: hbase.default
 Source6: hbase.nofiles.conf
 BuildArch: noarch
 Requires: coreutils, /usr/sbin/useradd, /sbin/chkconfig, /sbin/service
-Requires: hadoop-hdfs, zookeeper >= 3.3.1, bigtop-utils
+Requires: hadoop-hdfs, zookeeper >= 3.3.1, bigtop-utils >= 0.6
 
 %if  0%{?mgaversion}
 Requires: bsh-utils

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/hive/SPECS/hive.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/hive/SPECS/hive.spec b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
index 280bf79..2d1e2f3 100644
--- a/bigtop-packages/src/rpm/hive/SPECS/hive.spec
+++ b/bigtop-packages/src/rpm/hive/SPECS/hive.spec
@@ -69,7 +69,7 @@ Source5: hive-server.default
 Source6: hive-metastore.default
 Source7: hive.1
 Source8: hive-site.xml
-Requires: hadoop-client, bigtop-utils, hbase, zookeeper
+Requires: hadoop-client, bigtop-utils >= 0.6, hbase, zookeeper
 Obsoletes: %{name}-webinterface
 
 %description 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/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 7861057..783544b 100644
--- a/bigtop-packages/src/rpm/hue/SPECS/hue.spec
+++ b/bigtop-packages/src/rpm/hue/SPECS/hue.spec
@@ -311,7 +311,7 @@ fi
 # FIXME: Hue plugins don't quite work with Hadoop 2.X
 # %package -n %{name}-plugins
 # Summary: Hadoop plugins for Hue
-# Requires: hadoop, bigtop-utils
+# Requires: hadoop, bigtop-utils >= 0.6
 # Group: Applications/Engineering
 # %description -n %{name}-plugins
 # Plugins for Hue

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/mahout/SPECS/mahout.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/mahout/SPECS/mahout.spec b/bigtop-packages/src/rpm/mahout/SPECS/mahout.spec
index e0df817..4309c1a 100644
--- a/bigtop-packages/src/rpm/mahout/SPECS/mahout.spec
+++ b/bigtop-packages/src/rpm/mahout/SPECS/mahout.spec
@@ -44,7 +44,7 @@ License: ASL 2.0
 Source0: %{name}-distribution-%{mahout_base_version}-src.tar.gz
 Source1: do-component-build 
 Source2: install_%{name}.sh
-Requires: hadoop-client, bigtop-utils
+Requires: hadoop-client, bigtop-utils >= 0.6
 
 
 %description 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec b/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
index 9afdb70..12ffd19 100644
--- a/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
+++ b/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
@@ -115,7 +115,7 @@ URL: http://incubator.apache.org/oozie/
 Group: Development/Libraries
 License: APL2
 BuildArch: noarch
-Requires: bigtop-utils
+Requires: bigtop-utils >= 0.6
 
 
 %description client

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/pig/SPECS/pig.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/pig/SPECS/pig.spec b/bigtop-packages/src/rpm/pig/SPECS/pig.spec
index 9fbc130..363bcce 100644
--- a/bigtop-packages/src/rpm/pig/SPECS/pig.spec
+++ b/bigtop-packages/src/rpm/pig/SPECS/pig.spec
@@ -82,7 +82,7 @@ Source3: log4j.properties
 Source4: pig.1
 Source5: pig.properties
 Source6: bigtop.bom
-Requires: hadoop-client, bigtop-utils
+Requires: hadoop-client, bigtop-utils >= 0.6
 
 %description 
 Pig is a platform for analyzing large data sets that consists of a high-level language 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/solr/SPECS/solr.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/solr/SPECS/solr.spec b/bigtop-packages/src/rpm/solr/SPECS/solr.spec
index 2500ecd..bda33c8 100644
--- a/bigtop-packages/src/rpm/solr/SPECS/solr.spec
+++ b/bigtop-packages/src/rpm/solr/SPECS/solr.spec
@@ -57,7 +57,7 @@ Source4: web.xml
 Source5: logging.properties
 Source6: solr.default
 Source7: solr-server.init
-Requires: bigtop-utils, bigtop-tomcat
+Requires: bigtop-utils >= 0.6, bigtop-tomcat
 
 # 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

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec b/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec
index 230f57e..6cd98c2 100644
--- a/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec
+++ b/bigtop-packages/src/rpm/sqoop/SPECS/sqoop.spec
@@ -68,7 +68,7 @@ Source9: sqoop-server.svc
 Source10: sqoop-server.sh
 Buildarch: noarch
 BuildRequires: asciidoc
-Requires: hadoop-client, bigtop-utils, bigtop-tomcat, %{name}-client = %{version}-%{release}
+Requires: hadoop-client, bigtop-utils >= 0.6, bigtop-tomcat, %{name}-client = %{version}-%{release}
 
 %description
 Sqoop is a tool that provides the ability to import and export data sets between the Hadoop Distributed File System (HDFS) and relational databases.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec b/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec
index 9951ab6..f99d842 100644
--- a/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec
+++ b/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec
@@ -37,7 +37,7 @@ Source0: %{name}-%{whirr_base_version}.tar.gz
 Source1: do-component-build
 Source2: install_%{name}.sh
 Source3: whirr.1
-Requires: bigtop-utils
+Requires: bigtop-utils >= 0.6
 
 %description 
 Whirr provides

http://git-wip-us.apache.org/repos/asf/bigtop/blob/3df215d1/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec b/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
index 9aecd19..bee9d7a 100644
--- a/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
+++ b/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
@@ -79,7 +79,7 @@ BuildRequires: autoconf, automake
 Requires(pre): coreutils, /usr/sbin/groupadd, /usr/sbin/useradd
 Requires(post): %{alternatives_dep}
 Requires(preun): %{alternatives_dep}
-Requires: bigtop-utils
+Requires: bigtop-utils >= 0.6
 
 %description 
 ZooKeeper is a centralized service for maintaining configuration information,