[node-patches] Change in ovirt-node[master]: fix previous commit
mburns at redhat.com
mburns at redhat.com
Mon Jul 1 19:44:11 UTC 2013
Michael Burns has uploaded a new change for review.
Change subject: fix previous commit
......................................................................
fix previous commit
%endif, not %fi
Change-Id: I4d7bf18a48c9f420113e10b8ae3611ffedc69e47
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M ovirt-node.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/07/16307/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 8960f5b..2b98a53 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -90,7 +90,7 @@
Requires: livecd-tools >= 13.4.4
%else
Requires: livecd-tools >= 1:16.0
-%fi
+%endif
Obsoletes: ovirt-node-tools <= 2.3.0-999
%define recipe_root %{_datadir}/ovirt-node-recipe
@@ -109,7 +109,7 @@
Requires: livecd-tools >= 13.4.4
%else
Requires: livecd-tools >= 1:16.0
-%fi
+%endif
Requires: appliance-tools-minimizer
Requires: libselinux-python
--
To view, visit http://gerrit.ovirt.org/16307
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d7bf18a48c9f420113e10b8ae3611ffedc69e47
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list