David Caro has uploaded a new change for review. Change subject: Fix missing macro ......................................................................
Fix missing macro %systemd_requires fails on f19 when systemd is not installed. Change-Id: I5ab60bd58233b4776482f2a7aee609d6a823bffd Signed-off-by: David Caro <dcaro...@redhat.com> --- M configure.ac M ovirt-hosted-engine-ha.spec.in 2 files changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/78/28978/1 diff --git a/configure.ac b/configure.ac index 5833ab4..3067852 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [1]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0.0]) +define([VERSION_RELEASE], [0.1]) define([VERSION_SUFFIX], [master.][m4_esyscmd([date -u +%Y%m%d%H%M%S | tr -d '\n'])]) AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX) diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in index f3f2c67..153f731 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -54,13 +54,14 @@ Requires: vdsm-cli >= 4.14.0 Requires: vdsm-python >= 4.14.0 +BuildRequires: python BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-mock BuildRequires: vdsm-cli >= 4.14.0 %if 0%{?with_systemd} -%systemd_requires +%{?systemd_requires} BuildRequires: systemd %endif @@ -192,6 +193,9 @@ %changelog +* Fri Jun 20 2014 David Caro <dc...@redhat.com> - 1.2.1-0.1.master +- Fix missing macro systemd_requires + * Tue Mar 25 2014 Martin Sivak <msi...@redhat.com> - 1.2.1-0.0.master - Fix in haClient direct API -- To view, visit http://gerrit.ovirt.org/28978 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5ab60bd58233b4776482f2a7aee609d6a823bffd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: David Caro <dcaro...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches