Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-ha-1.1.6 ......................................................................
build: ovirt-hosted-engine-ha-1.1.6 Change-Id: Ia974408c8f509536f57425ee82747e1cc552748b 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/79/33179/1 diff --git a/configure.ac b/configure.ac index ffc945c..961341d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,12 @@ define([VERSION_MINOR], [1]) define([VERSION_FIX], [6]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0.1]) -define([VERSION_SUFFIX], [master]) +define([VERSION_RELEASE], [1]) +define([VERSION_SUFFIX], []) -AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER[_]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 241b07c..b0e214c 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -39,7 +39,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/pub/ovirt-3.4-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/ovirt-3.4/src/%{name}/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,9 +50,9 @@ Requires: python-daemon Requires: sanlock >= 2.8 Requires: sanlock-python >= 2.8 -Requires: vdsm >= 4.14.0 -Requires: vdsm-cli >= 4.14.0 -Requires: vdsm-python >= 4.14.0 +Requires: vdsm >= 4.14.11.2 +Requires: vdsm-cli >= 4.14.11.2 +Requires: vdsm-python >= 4.14.11.2 BuildRequires: python2-devel BuildRequires: python-nose @@ -193,6 +193,9 @@ %changelog +* Mon Sep 22 2014 Sandro Bonazzola <[email protected]> - 1.1.6-1 +- updated to 1.1.6 + * Fri Jul 18 2014 David Caro <[email protected]> - 1.1.6-0.1.master - Fix missing macro systemd_requires -- To view, visit http://gerrit.ovirt.org/33179 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia974408c8f509536f57425ee82747e1cc552748b 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
