Skip to content

Commit

Permalink
Bug 26869764 - RPM INSTALLATION OF C/JAVA 8.0.8 FAILS ON SLES 12.2 PL…
Browse files Browse the repository at this point in the history
…ATFORM
  • Loading branch information
bkandasa committed Sep 26, 2017
1 parent b1c987b commit 73c679a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/build/misc/rpm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@

%if 0%{?suse_version} == 1315
%global dist .sles12
%global sles12 1
%endif

%if 0%{?suse_version} == 1110
%global dist .sles11
%global sles11 1
%endif

%if 0%{?with_product_suffix:1}
Expand Down Expand Up @@ -88,7 +90,12 @@ BuildRequires: ant
%if 0%{!?with_java:1}
BuildRequires: java-devel >= 1:1.8.0
%endif

%if 0%{?sles12: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
Expand Down

0 comments on commit 73c679a

Please sign in to comment.