You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2013/04/26 08:58:38 UTC

[2/2] git commit: updated refs/heads/master to c34233d

CLOUDSTACK-2152 Fix rel number, needs to be present


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

Branch: refs/heads/master
Commit: 0412c95ef845cb9b67d9fd4a3d89d11b2399b521
Parents: 2f40a90
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Tue Apr 23 15:05:20 2013 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Apr 26 08:56:29 2013 +0200

----------------------------------------------------------------------
 packaging/centos63/package.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0412c95e/packaging/centos63/package.sh
----------------------------------------------------------------------
diff --git a/packaging/centos63/package.sh b/packaging/centos63/package.sh
index faa089b..c466f58 100755
--- a/packaging/centos63/package.sh
+++ b/packaging/centos63/package.sh
@@ -44,7 +44,7 @@ if echo $VERSION | grep SNAPSHOT ; then
 else
   DEFVER="-D_ver $REALVER"
   DEFPRE=
-  DEFREL=
+  DEFREL="-D_rel 1"
 fi
 
 mkdir -p $RPMDIR/SPECS
@@ -78,7 +78,7 @@ else
   REALVER=`echo $VERSION`
   DEFVER="-D_ver $REALVER"
   DEFPRE=
-  DEFREL=
+  DEFREL="-D_rel 1"
 fi
 
 mkdir -p $RPMDIR/SPECS