[node-patches] Change in ovirt-node[master]: fix livecd-tools deps on centos

mburns at redhat.com mburns at redhat.com
Mon Jul 1 19:34:14 UTC 2013


Michael Burns has uploaded a new change for review.

Change subject: fix livecd-tools deps on centos
......................................................................

fix livecd-tools deps on centos

Change-Id: I24314a832cd1b34acb8fc6efccc59942bce42236
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M ovirt-node.spec.in
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/06/16306/1

diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index d15ffe4..8960f5b 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -86,7 +86,11 @@
 Summary:        Recipes for building and running %{product_family} images
 Group:          Applications/System
 Requires:       pykickstart  >= 1.54
+%if 0%{?centos}
+Requires:       livecd-tools >= 13.4.4
+%else
 Requires:       livecd-tools >= 1:16.0
+%fi
 Obsoletes:      ovirt-node-tools <= 2.3.0-999
 
 %define recipe_root %{_datadir}/ovirt-node-recipe
@@ -101,7 +105,11 @@
 %package tools
 Summary:        Tools for working with plugins on %{product_family} images
 Group:          Applications/System
+%if 0%{?centos}
+Requires:       livecd-tools >= 13.4.4
+%else
 Requires:       livecd-tools >= 1:16.0
+%fi
 Requires:       appliance-tools-minimizer
 Requires:       libselinux-python
 


-- 
To view, visit http://gerrit.ovirt.org/16306
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24314a832cd1b34acb8fc6efccc59942bce42236
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