[node-patches] Change in ovirt-node[master]: spec: Require grub on el6
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Jun 26 09:26:13 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: spec: Require grub on el6
......................................................................
spec: Require grub on el6
Change-Id: I254ada98f025c2ba8d6033896f8f0192229afccd
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M ovirt-node.spec.in
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/41/29241/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 0162e23..bd0b55e 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -51,7 +51,6 @@
%endif
Requires: glusterfs-client >= 2.0.1
Requires: python-IPy
-Requires: grub2
Requires: system-release
Requires: libvirt >= 0.9.2, libvirt-python
Requires: augeas >= 0.3.5
@@ -89,7 +88,9 @@
%if %{is_min_f19}
Requires: NetworkManager
%endif
-%if ! %{is_systemd}
+%if %{is_systemd}
+Requires: grub2
+%else
Requires: grub
# for applying patches in %post
Requires(post): patch
--
To view, visit http://gerrit.ovirt.org/29241
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I254ada98f025c2ba8d6033896f8f0192229afccd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list