Sandro Bonazzola has uploaded a new change for review.

Change subject: build: post ovirt-hosted-engine-setup-1.2.3
......................................................................

build: post ovirt-hosted-engine-setup-1.2.3

Change-Id: I893163376d941a43aac54f2a9da111e6f6657f1b
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M .gitignore
M configure.ac
M ovirt-hosted-engine-setup.spec.in
3 files changed, 9 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/02/38002/1

diff --git a/.gitignore b/.gitignore
index 3f63884..59f3d22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,5 +26,4 @@
 check
 src/bin/hosted-engine
 src/ovirt_hosted_engine_setup/config.py
-ovirt-hosted-engine-setup-*.tar.gz
 src/vdsm_hooks/50_hostedengine
diff --git a/configure.ac b/configure.ac
index 1b98067..5ae1062 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,14 +20,14 @@
 
 define([VERSION_MAJOR], [1])
 define([VERSION_MINOR], [2])
-define([VERSION_FIX], [3])
+define([VERSION_FIX], [4])
 define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
-define([VERSION_RELEASE], [1])
-define([VERSION_SUFFIX], [])
+define([VERSION_RELEASE], [0.0])
+define([VERSION_SUFFIX], [master])
 
-AC_INIT([ovirt-hosted-engine-setup], [VERSION_NUMBER])
+AC_INIT([ovirt-hosted-engine-setup], 
[VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX])
 PACKAGE_RPM_VERSION="VERSION_NUMBER"
-PACKAGE_RPM_RELEASE="VERSION_RELEASE"
+PACKAGE_RPM_RELEASE="VERSION_RELEASE.VERSION_SUFFIX"
 AC_SUBST([PACKAGE_RPM_VERSION])
 AC_SUBST([PACKAGE_RPM_RELEASE])
 
diff --git a/ovirt-hosted-engine-setup.spec.in 
b/ovirt-hosted-engine-setup.spec.in
index e4da278..e7d639a 100644
--- a/ovirt-hosted-engine-setup.spec.in
+++ b/ovirt-hosted-engine-setup.spec.in
@@ -30,7 +30,7 @@
 Release:        @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist}
 License:        LGPLv2+
 URL:            http://www.ovirt.org
-Source:         
http://resources.ovirt.org/pub/ovirt-3.5/src/%{name}/%{name}-%{package_version}.tar.gz
+Source:         
http://resources.ovirt.org/pub/ovirt-3.5-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz
 Group:          Applications/System
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -108,6 +108,9 @@
 %{vdsmhooksdir}/before_vm_start/
 
 %changelog
+* Fri Feb 20 2015 Sandro Bonazzola <[email protected]> - 1.2.4-0.0.master
+- 1.2.4-0.0.master
+
 * Fri Feb 20 2015 Sandro Bonazzola <[email protected]> - 1.2.3-1
 - 1.2.3-1
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I893163376d941a43aac54f2a9da111e6f6657f1b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: ovirt-hosted-engine-setup-1.2
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to