Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: spec: workaround for spice-html5 missin in EL7 ......................................................................
packaging: spec: workaround for spice-html5 missin in EL7 spice-html5 is not yet available on EL7. While we're waiting for it just dropping the requirement on EL7 for allowing people to test the other features. Change-Id: If5bb4b572734ebfacb1291154198baf98a82c194 Bug-Url: https://bugzilla.redhat.com/1159293 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M ovirt-engine.spec.in 1 file changed, 12 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/34876/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index cbaa061..60d2fb5 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -316,9 +316,20 @@ Requires: openssl Requires: ovirt-host-deploy-java >= 1.3.0 Requires: python-cheetah -Requires: spice-html5 Requires: vdsm-jsonrpc-java >= 1.0.10 +#{ FIXME temporary workaround while spice-html5 is not available in EPEL7 +# To be reverted as soon as spice-html5 becomes available +%if 0%{?rhel} +%if 0%{?rhel} < 7 +Requires: spice-html5 +%endif +%endif +%if 0%{?fedora} +Requires: spice-html5 +%endif +#} + %if %{ovirt_install_systemd} Requires(post): systemd Requires(preun): systemd -- To view, visit http://gerrit.ovirt.org/34876 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If5bb4b572734ebfacb1291154198baf98a82c194 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches