Steffen Winterfeldt 2017-08-18 12:38:23 +00:00 committed by Git OBS Bridge
parent 223566ce21
commit 6c18f075e7
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 18 14:37:49 CEST 2017 - snwint@suse.de
- don't build sles on ix86
-------------------------------------------------------------------
Wed Aug 16 16:01:33 CEST 2017 - snwint@suse.de

View File

@ -56,9 +56,11 @@ ExclusiveArch: do_not_build
%if "%flavor" == "SLES"
%if 0%{?sle_version} && !0%{?is_opensuse}
%ifnarch %ix86
%define theme SLES
%endif
%endif
%endif
%if "%flavor" == "SLES_SAP"
%if 0%{?sle_version} && !0%{?is_opensuse} && !0%{?is_susecaasp} && ( "%{_target_cpu}" == "x86_64" || "%{_target_cpu}" == "ppc64le" )
@ -68,9 +70,11 @@ ExclusiveArch: do_not_build
%if "%flavor" == "CAASP"
%if 0%{?is_susecaasp}
%ifnarch %ix86
%define theme CAASP
%endif
%endif
%endif
# === define each theme ===