Skip to content

Commit

Permalink
Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0 which make…
Browse files Browse the repository at this point in the history
…s java8 unnessessarily be installed.

Change-Id: Ide3e291cdea5833813dbb9a6ca596a50e6baea57
  • Loading branch information
fjssilva committed Nov 29, 2024
1 parent 355fe6a commit eccdf6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Version 9.2.0

- Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0 which makes java8 unnessessarily be installed.

- Fix for Bug#115586 (Bug#36850047), When upgrading to mysql connetor/j-8.4.0, creating a connection becomes too slow.

- Fix for Bug#116630 (Bug#37272802), Tests fail on Windows if test database has upper/mixed case chars.
Expand Down
7 changes: 0 additions & 7 deletions src/build/misc/rpm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
# SuSE will not set "dist", others do
%if 0%{?suse_version} == 1500
%global dist .sl15
%global sles15 1
%endif

# Disable "reproducible builds"
Expand Down Expand Up @@ -86,12 +85,6 @@ BuildRequires: ant
BuildRequires: java-devel >= 1:1.8.0
%endif

%if 0%{?sles15:1}
Requires: java-headless >= 1.8.0
%else
Requires: java-headless >= 1:1.8.0
%endif

%description
MySQL provides connectivity for client applications developed in the
Java programming language with @MYSQL_CJ_DISPLAY_PROD_NAME@, a driver that
Expand Down

0 comments on commit eccdf6c

Please sign in to comment.