Douglas Schilling Landgraf has uploaded a new change for review. Change subject: spec: requires HE plugin for el7 platform only ......................................................................
spec: requires HE plugin for el7 platform only Change-Id: I30daff3ad096fe3feb45314954a639f53c7b6d82 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M ovirt-node-plugin-vdsm.spec.in M recipe/vdsm-plugin-iso.ks 2 files changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm refs/changes/50/39850/1 diff --git a/ovirt-node-plugin-vdsm.spec.in b/ovirt-node-plugin-vdsm.spec.in index 4130141..47c9933 100644 --- a/ovirt-node-plugin-vdsm.spec.in +++ b/ovirt-node-plugin-vdsm.spec.in @@ -21,6 +21,11 @@ %if ! 0%{?rhel} Requires: vdsm-hook-vhostmd %endif + +%if 0%{?rhel} >= 7 || 0%{?fedora} +Requires: ovirt-node-plugin-hosted-engine +%endif + Requires: vdsm-gluster Requires: vdsm-hook-ethtool-options Requires(post): augeas diff --git a/recipe/vdsm-plugin-iso.ks b/recipe/vdsm-plugin-iso.ks index 5ec4908..ccaebc6 100644 --- a/recipe/vdsm-plugin-iso.ks +++ b/recipe/vdsm-plugin-iso.ks @@ -1,6 +1,5 @@ %include ovirt-node-image.ks %packages --excludedocs --nobase ovirt-node-plugin-vdsm -ovirt-node-plugin-hosted-engine %end %include vdsm-plugin-minimizer.ks -- To view, visit https://gerrit.ovirt.org/39850 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I30daff3ad096fe3feb45314954a639f53c7b6d82 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-plugin-vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
