Skip to content

Commit

Permalink
Fix Requires for Java for RPM package
Browse files Browse the repository at this point in the history
patch by Stefan Miklosovic; reviewed by Brandon Williams and Maxim Muzafarov for CASSANDRA-18751
  • Loading branch information
smiklosovic committed Aug 14, 2023
1 parent 28c04fb commit 23695f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion redhat/cassandra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23695f4

Please sign in to comment.