Hello David Caro,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/30279
to review the following change.
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 <[email protected]>
---
M configure.ac
M ovirt-hosted-engine-ha.spec.in
2 files changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha
refs/changes/79/30279/1
diff --git a/configure.ac b/configure.ac
index a57b54d..ffc945c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
define([VERSION_MINOR], [1])
define([VERSION_FIX], [6])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
-define([VERSION_RELEASE], [0.0])
+define([VERSION_RELEASE], [0.1])
define([VERSION_SUFFIX], [master])
AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER[_]VERSION_SUFFIX)
diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in
index 1a65fe5..241b07c 100644
--- a/ovirt-hosted-engine-ha.spec.in
+++ b/ovirt-hosted-engine-ha.spec.in
@@ -58,7 +58,7 @@
BuildRequires: python-nose
%if 0%{?with_systemd}
-%systemd_requires
+%{?systemd_requires}
BuildRequires: systemd
%endif
@@ -193,6 +193,9 @@
%changelog
+* Fri Jul 18 2014 David Caro <[email protected]> - 1.1.6-0.1.master
+- Fix missing macro systemd_requires
+
* Wed Jul 16 2014 Sandro Bonazzola <[email protected]> - 1.1.6-0.0.master
- 1.1.6-0.0.master
--
To view, visit http://gerrit.ovirt.org/30279
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: ovirt-hosted-engine-ha-1.1
Gerrit-Owner: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: David Caro <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches