mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Ubuntu/Debian should depend on 'java-runtime-headless'
This fixes #893. The previous dependency "default-jre-headless" is just a metapackage pointing at openjre6, but "java6-runtime-headless" is a 'Provides' entry that openjdk packages seem to provide for java versions 6 and 7. This should ensure we are correctly requesting *any* java 6+ implementation instead of requiring a specific java package.
This commit is contained in:
parent
d757de6b48
commit
c60f2e49cd
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ case $os in
|
|||
--description "$DESCRIPTION" \
|
||||
--vendor "Elasticsearch" \
|
||||
--license "Apache 2.0" \
|
||||
-d "default-jre-headless" \
|
||||
-d "java-runtime-headless" \
|
||||
--deb-user root --deb-group root \
|
||||
--before-install $os/before-install.sh \
|
||||
--before-remove $os/before-remove.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue