Martin Peřina has uploaded a new change for review.

Change subject: packaging: Fix OpenJDK dependency
......................................................................

packaging: Fix OpenJDK dependency

Fixes dependency on OpenJDK 1.7 by requiring version >= 1.7.0
and < 1.8.0. This should fix issues with new oVirt installation
on distributions with default OpenJDK 1.8

Change-Id: I94332ec92646dcb4bee967eb4b80bcfe1bcab6c2
Signed-off-by: Martin Perina <mper...@redhat.com>
---
M ovirt-engine.spec.in
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/40615/1

diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in
index a62f2c4..5cd141d 100644
--- a/ovirt-engine.spec.in
+++ b/ovirt-engine.spec.in
@@ -229,7 +229,8 @@
 Requires:      fop
 Requires:      java
 # rhbz#1028966
-Requires:      java-openjdk > 1:1.7.0.45-2.4.3.3.el6
+# Remove 1.8 blocking when we will move to WildFly
+Requires:      java-openjdk > 1:1.7.0.45-2.4.3.3.el6, java-openjdk < 1:1.8.0.0
 Requires:      jpackage-utils
 Requires:      ovirt-image-uploader >= 3.6.0
 Requires:      ovirt-iso-uploader >= 3.6.0


-- 
To view, visit https://gerrit.ovirt.org/40615
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94332ec92646dcb4bee967eb4b80bcfe1bcab6c2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mper...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to