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 <[email protected]> Authored: Tue Apr 23 15:05:20 2013 +0200 Committer: Hugo Trippaers <[email protected]> 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
