Author: rvs
Date: Thu Aug  9 20:34:56 2012
New Revision: 1371454

URL: http://svn.apache.org/viewvc?rev=1371454&view=rev
Log:
BIGTOP-676. Update HBase version to 0.94.1-rc0

Modified:
    
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
    incubator/bigtop/branches/branch-0.4/bigtop.mk

Modified: 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec?rev=1371454&r1=1371453&r2=1371454&view=diff
==============================================================================
--- 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
 (original)
+++ 
incubator/bigtop/branches/branch-0.4/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
 Thu Aug  9 20:34:56 2012
@@ -233,8 +233,7 @@ Requires: redhat-lsb
 The Apache HBase REST gateway
 
 %prep
-#%setup -n %{name}-%{hbase_base_version}
-%setup -n apache-hbase-9728756
+%setup -n %{name}-%{hbase_base_version}
 
 %build
 env HBASE_VERSION=%{version} bash %{SOURCE1}

Modified: incubator/bigtop/branches/branch-0.4/bigtop.mk
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/bigtop.mk?rev=1371454&r1=1371453&r2=1371454&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.4/bigtop.mk (original)
+++ incubator/bigtop/branches/branch-0.4/bigtop.mk Thu Aug  9 20:34:56 2012
@@ -46,8 +46,8 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPE
 HBASE_NAME=hbase
 HBASE_RELNOTES_NAME=Apache HBase
 HBASE_PKG_NAME=hbase
-HBASE_BASE_VERSION=0.94.1-SNAPSHOT
-HBASE_PKG_VERSION=0.94.1
+HBASE_BASE_VERSION=0.94.1
+HBASE_PKG_VERSION=$(HBASE_BASE_VERSION)
 HBASE_RELEASE_VERSION=1
 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz
 HBASE_TARBALL_SRC=$(HBASE_TARBALL_DST)


Reply via email to