소스 검색

AMBARI-500. Fix versions in rpm spec file. (Contributed by Mahadev)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347338 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 년 전
부모
커밋
6e1cbfaf9f
3개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 0
      CHANGES.txt
  2. 2 2
      hmc/package/rpm/SPECS/hmc.spec
  3. 2 2
      hmc/package/rpm/create_hmc_rpm.sh

+ 2 - 0
CHANGES.txt

@@ -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)

+ 2 - 2
hmc/package/rpm/SPECS/hmc.spec

@@ -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

+ 2 - 2
hmc/package/rpm/create_hmc_rpm.sh

@@ -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}/*