Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-ha-1.1.0 ......................................................................
build: ovirt-hosted-engine-ha-1.1.0 Change-Id: I8809c66a06c4538ee07ba56303a659ae20663792 Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-hosted-engine-ha.spec.in 2 files changed, 11 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/30/24930/1 diff --git a/configure.ac b/configure.ac index 1be8db3..dae7f5f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,12 @@ define([VERSION_MINOR], [1]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0.3]) -define([VERSION_SUFFIX], [master]) +define([VERSION_RELEASE], [1]) +define([VERSION_SUFFIX], []) -AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX) +AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="VERSION_RELEASE.VERSION_SUFFIX" +PACKAGE_RPM_RELEASE="VERSION_RELEASE" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in index 7d92c42..6fe3603 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -1,6 +1,6 @@ # # ovirt-hosted-engine-ha -- ovirt hosted engine high availability -# Copyright (C) 2012-2013 Red Hat, Inc. +# Copyright (C) 2012-2014 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -50,9 +50,9 @@ Requires: python-daemon Requires: sanlock >= 2.8 Requires: sanlock-python >= 2.8 -Requires: vdsm >= 4.12.2 -Requires: vdsm-cli >= 4.12.2 -Requires: vdsm-python >= 4.12.2 +Requires: vdsm >= 4.14.0 +Requires: vdsm-cli >= 4.14.0 +Requires: vdsm-python >= 4.14.0 BuildRequires: python2-devel BuildRequires: python-nose @@ -193,6 +193,9 @@ %changelog +* Mon Feb 24 2014 Sandro Bonazzola <[email protected]> - 1.1.0-1 +- 1.1.0-1 + * Tue Feb 18 2014 Sandro Bonazzola <[email protected]> - 1.1.0-0.2.beta2 - 1.1.0-0.2.beta2 -- To view, visit http://gerrit.ovirt.org/24930 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8809c66a06c4538ee07ba56303a659ae20663792 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: ovirt-hosted-engine-ha-1.1 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
