- 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:
@@ -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
|
Wed Aug 16 16:01:33 CEST 2017 - snwint@suse.de
|
||||||
|
|
||||||
|
@@ -56,9 +56,11 @@ ExclusiveArch: do_not_build
|
|||||||
|
|
||||||
%if "%flavor" == "SLES"
|
%if "%flavor" == "SLES"
|
||||||
%if 0%{?sle_version} && !0%{?is_opensuse}
|
%if 0%{?sle_version} && !0%{?is_opensuse}
|
||||||
|
%ifnarch %ix86
|
||||||
%define theme SLES
|
%define theme SLES
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%flavor" == "SLES_SAP"
|
%if "%flavor" == "SLES_SAP"
|
||||||
%if 0%{?sle_version} && !0%{?is_opensuse} && !0%{?is_susecaasp} && ( "%{_target_cpu}" == "x86_64" || "%{_target_cpu}" == "ppc64le" )
|
%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 "%flavor" == "CAASP"
|
||||||
%if 0%{?is_susecaasp}
|
%if 0%{?is_susecaasp}
|
||||||
|
%ifnarch %ix86
|
||||||
%define theme CAASP
|
%define theme CAASP
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# === define each theme ===
|
# === define each theme ===
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user