[node-patches] Change in ovirt-node[master]: edit-node: requires livecd-tools v16.0 or later
charles_rose at dell.com
charles_rose at dell.com
Wed Sep 19 17:25:23 UTC 2012
Charles Rose has uploaded a new change for review.
Change subject: edit-node: requires livecd-tools v16.0 or later
......................................................................
edit-node: requires livecd-tools v16.0 or later
edit-node on RHEL fails during mksquashfs being unable detect
compression type. Newer versions of livecd-tools contain support
for this.
Change-Id: I2ff22a300c36e96b2bac9069f3c3a888a94d5f73
Signed-off-by: Charles Rose <charles_rose at dell.com>
---
M ovirt-node.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/66/8066/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index aa01679..d8f1ef9 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -84,7 +84,7 @@
Summary: Recipes for building and running %{product_family} image
Group: Applications/System
Requires: pykickstart >= 1.54
-Requires: livecd-tools >= 020-2
+Requires: livecd-tools >= 16.0
Obsoletes: ovirt-node-tools <= 2.3.0-999
%define recipe_root %{_datadir}/ovirt-node-recipe
@@ -98,7 +98,7 @@
%package tools
Summary: Recipes for building and running %{product_family} image
Group: Applications/System
-Requires: livecd-tools >= 020-2
+Requires: livecd-tools >= 16.0
%define tools_root %{_datadir}/ovirt-node-tools
--
To view, visit http://gerrit.ovirt.org/8066
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ff22a300c36e96b2bac9069f3c3a888a94d5f73
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Charles Rose <charles_rose at dell.com>
More information about the node-patches
mailing list