Fix Requires for Java for RPM package

patch by Stefan Miklosovic; reviewed by Brandon Williams and Maxim Muzafarov for CASSANDRA-18751
This commit is contained in:
Stefan Miklosovic 2023-08-15 13:49:58 +02:00
parent 28c04fbdde
commit e08bf19432
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
3.0.30
* Fix Requires for Java for RPM package (CASSANDRA-18751)
* Fix CQLSH online help topic link (CASSANDRA-17534)
* Remove unused suppressions (CASSANDRA-18724)
* Upgrade OWASP to 8.3.1 (CASSANDRA-18650)

View File

@ -45,7 +45,7 @@ BuildRoot: %{_tmppath}/%{relname}root-%(%{__id_u} -n)
BuildRequires: ant >= 1.9
BuildRequires: ant-junit >= 1.9
Requires: jre >= 1.8.0
Requires: java-1.8.0-headless
Requires: python(abi) >= 2.7
Requires: procps-ng >= 3.3
Requires(pre): user(cassandra)