Allow java 11 in redhat packaging

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17669
This commit is contained in:
Brandon Williams 2022-06-01 15:13:34 -05:00
parent 3fdd99e60b
commit cd0a40d09e
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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)