Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-ha-1.2.5 ......................................................................
build: ovirt-hosted-engine-ha-1.2.5 Change-Id: I8ee83fb0cf13b87ada6c13376eb245be2111bb03 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M configure.ac M ovirt-hosted-engine-ha.spec.in 2 files changed, 14 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/90/37090/1 diff --git a/configure.ac b/configure.ac index 21b1015..f4088e5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,12 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [5]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0.0]) -define([VERSION_SUFFIX], [master.][m4_esyscmd([date -u +%Y%m%d%H%M%S | tr -d '\n'])]) +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 e060c0e..e583804 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) 2013-2014 Red Hat, Inc. +# Copyright (C) 2013-2015 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 @@ -29,7 +29,7 @@ %global vdsm_user @VDSM_USER@ %global vdsm_group @VDSM_GROUP@ -%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 +%if 0%{?fedora} || 0%{?rhel} >= 7 %global with_systemd 1 %endif @@ -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.5-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/ovirt-3.5/src/%{name}/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,15 +50,15 @@ Requires: python-daemon Requires: sanlock >= 2.8 Requires: sanlock-python >= 2.8 -Requires: vdsm >= 4.16.7 -Requires: vdsm-cli >= 4.16.7 -Requires: vdsm-python >= 4.16.7 +Requires: vdsm >= 4.16.10 +Requires: vdsm-cli >= 4.16.10 +Requires: vdsm-python >= 4.16.10 BuildRequires: python BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-mock -BuildRequires: vdsm-cli >= 4.16.4 +BuildRequires: vdsm-cli >= 4.16.10 %if 0%{?with_systemd} %{?systemd_requires} @@ -193,6 +193,9 @@ %changelog +* Mon Jan 19 2015 Sandro Bonazzola <sbona...@redhat.com> - 1.2.5-1 +- 1.2.5-1 + * Tue Oct 21 2014 Sandro Bonazzola <sbona...@redhat.com> - 1.2.5-0.0.master - 1.2.5-0.0.master -- To view, visit http://gerrit.ovirt.org/37090 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8ee83fb0cf13b87ada6c13376eb245be2111bb03 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: ovirt-hosted-engine-ha-1.2 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches