- don't build sles on ix86
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1053
This commit is contained in:
parent
223566ce21
commit
6c18f075e7
@ -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
|
||||
|
||||
|
@ -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 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user