Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: post ovirt-host-deploy-1.0.1
......................................................................

packaging: post ovirt-host-deploy-1.0.1

Change-Id: I044a8741f29e4fadd3f79e4552b61e74fab2b6ad
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M ChangeLog
M configure.ac
2 files changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/71/13071/1

diff --git a/ChangeLog b/ChangeLog
index a348020..b6c65a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 ovirt-host-deploy -- oVirt host deploy
 
+????-??-?? - Version 1.0.2
+
 2013-03-14 - Version 1.0.1
 
  * fix vlan id detection, thanks to Jeff Bailey for reporting.
diff --git a/configure.ac b/configure.ac
index 0cdb867..af739f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,13 +20,13 @@
 
 define([VERSION_MAJOR], [1])
 define([VERSION_MINOR], [0])
-define([VERSION_FIX], [1])
+define([VERSION_FIX], [2])
 define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
-define([VERSION_SUFFIX], [])
+define([VERSION_SUFFIX], [_master])
 
 AC_INIT([ovirt-host-deploy], VERSION_NUMBER[]VERSION_SUFFIX)
 PACKAGE_RPM_VERSION="VERSION_NUMBER"
-PACKAGE_RPM_RELEASE="1"
+PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')"
 PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.0$(echo VERSION_SUFFIX | 
sed 's/^_/-/')"
 INTERFACE_VERSION=3
 AC_SUBST([PACKAGE_RPM_VERSION])


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I044a8741f29e4fadd3f79e4552b61e74fab2b6ad
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: ovirt-host-deploy-1.0
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to