forked from pool/java-1_8_0-openjdk
This commit is contained in:
@@ -3,6 +3,7 @@ Thu Jul 7 14:41:06 UTC 2016 - fstrba@suse.com
|
|||||||
|
|
||||||
- Fix script linking /usr/share/javazi/tzdb.dat for platform where
|
- Fix script linking /usr/share/javazi/tzdb.dat for platform where
|
||||||
it applies (bsc#987895)
|
it applies (bsc#987895)
|
||||||
|
- Enable SunEC for SLE12 and Leap
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 14 11:46:16 UTC 2016 - agraf@suse.com
|
Tue Jun 14 11:46:16 UTC 2016 - agraf@suse.com
|
||||||
|
@@ -118,8 +118,12 @@
|
|||||||
%if 0%{?__isa_bits}
|
%if 0%{?__isa_bits}
|
||||||
%global bits %{__isa_bits}
|
%global bits %{__isa_bits}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330 || 0%{?suse_version} == 1315
|
||||||
|
%if %{with bootstrap}
|
||||||
|
%global with_sunec 0
|
||||||
|
%else
|
||||||
%global with_sunec 1
|
%global with_sunec 1
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%global with_sunec 0
|
%global with_sunec 0
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user