Updated Branches:
  refs/heads/master fc6c3fd5b -> bb844fec6

BIGTOP-750. Bump Zookeeper to 3.4.5


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

Branch: refs/heads/master
Commit: bb844fec64e2e60299f00c1cfda5925e63111a84
Parents: fc6c3fd
Author: Roman Shaposhnik <[email protected]>
Authored: Tue Nov 6 10:01:11 2012 -0800
Committer: Roman Shaposhnik <[email protected]>
Committed: Mon Nov 19 11:41:46 2012 -0800

----------------------------------------------------------------------
 .../src/rpm/zookeeper/SPECS/zookeeper.spec         |    2 +-
 bigtop.mk                                          |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/bb844fec/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 c11acb6..f5c8d9e 100644
--- a/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
+++ b/bigtop-packages/src/rpm/zookeeper/SPECS/zookeeper.spec
@@ -125,7 +125,7 @@ This package starts the zookeeper server on startup
 %setup -n %{name}-%{zookeeper_base_version}
 
 %build
-bash %{SOURCE1} -Dversion=%{version}
+bash %{SOURCE1}
 
 %install
 %__rm -rf $RPM_BUILD_ROOT

http://git-wip-us.apache.org/repos/asf/bigtop/blob/bb844fec/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index b490642..316fb5c 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -32,8 +32,8 @@ $(eval $(call PACKAGE,hadoop,HADOOP))
 ZOOKEEPER_NAME=zookeeper
 ZOOKEEPER_RELNOTES_NAME=Apache Zookeeper
 ZOOKEEPER_PKG_NAME=zookeeper
-ZOOKEEPER_BASE_VERSION=3.4.3
-ZOOKEEPER_PKG_VERSION=3.4.3
+ZOOKEEPER_BASE_VERSION=3.4.5
+ZOOKEEPER_PKG_VERSION=3.4.5
 ZOOKEEPER_RELEASE_VERSION=1
 ZOOKEEPER_TARBALL_DST=zookeeper-$(ZOOKEEPER_BASE_VERSION).tar.gz
 ZOOKEEPER_TARBALL_SRC=$(ZOOKEEPER_TARBALL_DST)

Reply via email to