Author: bmahe
Date: Tue Apr 24 00:33:26 2012
New Revision: 1329513

URL: http://svn.apache.org/viewvc?rev=1329513&view=rev
Log:
BIGTOP-560. Flume-ng does not depend on ant or xml-commons anymore

Modified:
    incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/flume/control
    
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/flume/SPECS/flume.spec

Modified: 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/flume/control
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/flume/control?rev=1329513&r1=1329512&r2=1329513&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/flume/control 
(original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/flume/control 
Tue Apr 24 00:33:26 2012
@@ -17,7 +17,7 @@ Source: flume
 Section: misc
 Priority: extra
 Maintainer: Bigtop <[email protected]>
-Build-Depends: debhelper (>= 6), ant, ant-optional
+Build-Depends: debhelper (>= 6)
 Standards-Version: 3.8.0
 Homepage: http://incubator.apache.org/projects/flume.html
 

Modified: 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/flume/SPECS/flume.spec
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/flume/SPECS/flume.spec?rev=1329513&r1=1329512&r2=1329513&view=diff
==============================================================================
--- 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/flume/SPECS/flume.spec
 (original)
+++ 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/flume/SPECS/flume.spec
 Tue Apr 24 00:33:26 2012
@@ -62,9 +62,10 @@ Source0: apache-%{name}-%{flume_base_ver
 Source1: do-component-build
 Source2: install_%{name}.sh
 Source3: %{name}-node.init
-Requires: coreutils, /usr/sbin/useradd, hadoop
+Requires: /usr/sbin/useradd
+Requires: coreutils
+Requires: hadoop
 Requires: bigtop-utils
-BuildRequires: ant xml-commons xml-commons-apis
 
 %if  0%{?mgaversion}
 Requires: bsh-utils
@@ -79,7 +80,8 @@ Flume is a reliable, scalable, and manag
 Summary: The flume node daemon is a core element of flume's data path and is 
responsible for generating, processing, and delivering data.
 Group: Development/Libraries
 BuildArch: noarch
-Requires: %{name} = %{version}-%{release}, /sbin/service
+Requires: %{name} = %{version}-%{release}
+Requires: /sbin/service
 Requires(pre): %{name} = %{version}-%{release}
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig


Reply via email to