From 236ffa6c9868cecf992bd471201d7fbe54d25ce4 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Wed, 18 Dec 2019 20:18:35 +0900 Subject: [PATCH] dist/debian: add Conflicts with openjdk-11 Since Debian variants can install multiple JRE, "Depends: openjdk-8-jre" may not mean default JRE is openjdk-8. We should block openjdk-11 for now, until we support it. Related with scylladb/scylla#5463 Signed-off-by: Takuya ASADA Message-Id: <20191218111835.25618-1-syuu@scylladb.com> --- dist/debian/control.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/debian/control.mustache b/dist/debian/control.mustache index 9a2bba4..03da748 100644 --- a/dist/debian/control.mustache +++ b/dist/debian/control.mustache @@ -8,6 +8,7 @@ Standards-Version: 3.9.5 Package: {{product}}-jmx Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-8-jre-headless | openjdk-8-jre | oracle-java8-set-default, {{product}}-server +Conflicts: openjdk-11-jre-headless, openjdk-11-jre, oracle-java11-set-default Description: Scylla JMX server binaries Scylla is a highly scalable, eventually consistent, distributed, partitioned row DB.