mirror of https://github.com/apache/cassandra
Allow java 11 in redhat packaging
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17669
This commit is contained in:
parent
3fdd99e60b
commit
cd0a40d09e
|
|
@ -1,4 +1,5 @@
|
|||
4.0.5
|
||||
* Allow Java 11 to satisfy RPM/Debian packaging (CASSANDRA-17669)
|
||||
* Ensure FileStreamTask cannot compromise shared channel proxy for system table when interrupted (CASSANDRA-17663)
|
||||
* silence benign SslClosedEngineException (CASSANDRA-17565)
|
||||
Merged from 3.11:
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ BuildRoot: %{_tmppath}/%{relname}root-%(%{__id_u} -n)
|
|||
BuildRequires: ant >= 1.9
|
||||
BuildRequires: ant-junit >= 1.9
|
||||
|
||||
Requires: jre >= 1.8.0
|
||||
Requires: (jre-1.8.0 or jre-11)
|
||||
Requires: python(abi) >= 3.6
|
||||
Requires: procps-ng >= 3.3
|
||||
Requires(pre): user(cassandra)
|
||||
|
|
|
|||
Loading…
Reference in New Issue