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 <syuu@scylladb.com> Message-Id: <20191218111835.25618-1-syuu@scylladb.com>
This commit is contained in:
parent
771cf6ea50
commit
236ffa6c98
1
dist/debian/control.mustache
vendored
1
dist/debian/control.mustache
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user