[
https://issues.apache.org/jira/browse/AURORA-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628515#comment-14628515
]
Zameer Manji commented on AURORA-1400:
--------------------------------------
{noformat}
commit e63c518e757768fc33817ff4937928509965fe16
Author: Andrew Jorgensen <[email protected]>
Date: Wed Jul 15 11:35:01 2015 -0700
Removes version on virtual pacakge in debian control
java-runtime-headless is a virtual package and cannot have a version
specified. The consequence of this is that the built packages require
openjdk-8
be installed which prevented the packages from working with oracle-java8.
java8-runtime-headless is a virtual package provided by both openjdk-8
and oracle-java8 so the resulting debian packages can be installed on a
machine with either versions of java8 installed.
Testing Done:
Started two docker containers, one with oracle-java8 and the other with
openjdk-8. I was able to install the aurora-scheduler package in both
containers
with this change.
Bugs closed: AURORA-1400
Reviewed at https://reviews.apache.org/r/36511/
build-support/packaging/debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
{noformat}
> Debian packages cannot be used with oracle-java8
> ------------------------------------------------
>
> Key: AURORA-1400
> URL: https://issues.apache.org/jira/browse/AURORA-1400
> Project: Aurora
> Issue Type: Bug
> Reporter: Andrew Jorgensen
> Assignee: Andrew Jorgensen
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)