Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: spec: fix missing dep on JDK 1.7 ......................................................................
packaging: spec: fix missing dep on JDK 1.7 Fixes [ERROR] javac: invalid target release: 1.7 failure while building. Change-Id: Ia71fb7f6c21f3f7ce26a1a0cc1ab8608dfa224c3 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/33161/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 6fdcd9a..1be97eb 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -178,6 +178,7 @@ BuildArch: noarch BuildRequires: java-devel +BuildRequires: java7-devel BuildRequires: jpackage-utils BuildRequires: make BuildRequires: python -- To view, visit http://gerrit.ovirt.org/33161 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia71fb7f6c21f3f7ce26a1a0cc1ab8608dfa224c3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
