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: Ic2fa0ac5fc97ec8ef14e1a95cbeff816427ddf32 Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com> --- M ovirt-node-plugin-vdsm.spec.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm refs/changes/55/39255/1 diff --git a/ovirt-node-plugin-vdsm.spec.in b/ovirt-node-plugin-vdsm.spec.in index 5a73c04..f07aa44 100644 --- a/ovirt-node-plugin-vdsm.spec.in +++ b/ovirt-node-plugin-vdsm.spec.in @@ -28,6 +28,10 @@ BuildArch: noarch BuildRequires: python2-devel +%if 0%{?rhel} >= 7 || 0%{?fedora} +Requires: ovirt-node-plugin-hosted-engine +%endif + %define app_root %{_datadir}/%{name} %define recipe_root %{_datadir}/ovirt-node-recipe -- To view, visit https://gerrit.ovirt.org/39255 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2fa0ac5fc97ec8ef14e1a95cbeff816427ddf32 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-plugin-vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches