git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347338 13f79535-47bb-0310-9956-ffa450edef68
@@ -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)
@@ -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 <hmc-dev-group@hortonworks.com>
Group: System Environment/Base
@@ -27,11 +27,11 @@ if [[ -z "${BUILD_DIR}" ]]; then
fi
if [[ -z "${VERSION}" ]]; then
- VERSION="0.0.1"
+ VERSION="0.7.0"
if [[ -z "${RELEASE}" ]]; then
- RELEASE="2"
+ RELEASE="0"
rm -rf ${BUILD_DIR}/*