[node-patches] Change in ovirt-node[ovirt-3.5]: Fix package release

fabiand at redhat.com fabiand at redhat.com
Tue Jan 13 15:54:19 UTC 2015


Fabian Deutsch has uploaded a new change for review.

Change subject: Fix package release
......................................................................

Fix package release

Change-Id: Iebc5ceed89586f5643e51f1a7a3d74283c94ba05
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M configure.ac
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/64/36864/1

diff --git a/configure.ac b/configure.ac
index b046aef..128fe28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,11 +21,12 @@
 define([VERSION_MINOR], [2])
 define([VERSION_FIX], [0])
 define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
-define([VERSION_SUFFIX], [_master])
+define([VERSION_RELEASE], [1])
+define([VERSION_SUFFIX], [])
 
 AC_INIT([ovirt-node], VERSION_NUMBER[]VERSION_SUFFIX, [devel at ovirt.org])
 PACKAGE_RPM_VERSION="VERSION_NUMBER"
-PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')"
+PACKAGE_RPM_RELEASE="VERSION_RELEASE"
 AC_SUBST([PACKAGE_RPM_VERSION])
 AC_SUBST([PACKAGE_RPM_RELEASE])
 


-- 
To view, visit http://gerrit.ovirt.org/36864
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebc5ceed89586f5643e51f1a7a3d74283c94ba05
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list