2016-07-08 08:31:16 +00:00
committed by Git OBS Bridge
parent 0f62a9602c
commit 4a9c99348a
2 changed files with 6 additions and 1 deletions

View File

@@ -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
it applies (bsc#987895)
- Enable SunEC for SLE12 and Leap
-------------------------------------------------------------------
Tue Jun 14 11:46:16 UTC 2016 - agraf@suse.com

View File

@@ -118,8 +118,12 @@
%if 0%{?__isa_bits}
%global bits %{__isa_bits}
%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
%endif
%else
%global with_sunec 0
%endif