You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 04:42:13 UTC

svn commit: r1347338 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/package/rpm/SPECS/hmc.spec hmc/package/rpm/create_hmc_rpm.sh

Author: vikram
Date: Thu Jun  7 02:42:13 2012
New Revision: 1347338

URL: http://svn.apache.org/viewvc?rev=1347338&view=rev
Log:
AMBARI-500. Fix versions in rpm spec file. (Contributed by Mahadev)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/package/rpm/SPECS/hmc.spec
    incubator/ambari/branches/ambari-186/hmc/package/rpm/create_hmc_rpm.sh

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347338&r1=1347337&r2=1347338&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 02:42:13 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-500. Fix versions in rpm spec file. (Mahadev via Vikram)
+
   AMBARI-499. Add "Help" link to the top nav (Yusaku via Vikram)
 
   AMBARI-498. Make service directories editable (but not reconfigurable) (Yusaku via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/package/rpm/SPECS/hmc.spec
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/package/rpm/SPECS/hmc.spec?rev=1347338&r1=1347337&r2=1347338&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/package/rpm/SPECS/hmc.spec (original)
+++ incubator/ambari/branches/ambari-186/hmc/package/rpm/SPECS/hmc.spec Thu Jun  7 02:42:13 2012
@@ -24,9 +24,9 @@
 
 Summary: HMC
 Name: hmc
-Version: 0.0.1
+Version: 0.7.0
 URL: http://hortonworks.com
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Apache License, Version 2.0
 Vendor: Hortonworks <hm...@hortonworks.com>
 Group: System Environment/Base

Modified: incubator/ambari/branches/ambari-186/hmc/package/rpm/create_hmc_rpm.sh
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/package/rpm/create_hmc_rpm.sh?rev=1347338&r1=1347337&r2=1347338&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/package/rpm/create_hmc_rpm.sh (original)
+++ incubator/ambari/branches/ambari-186/hmc/package/rpm/create_hmc_rpm.sh Thu Jun  7 02:42:13 2012
@@ -27,11 +27,11 @@ if [[ -z "${BUILD_DIR}" ]]; then
 fi
 
 if [[ -z "${VERSION}" ]]; then
-  VERSION="0.0.1"
+  VERSION="0.7.0"
 fi
 
 if [[ -z "${RELEASE}" ]]; then
-  RELEASE="2"
+  RELEASE="0"
 fi
 
 rm -rf ${BUILD_DIR}/*