- don't build SLES_SAP on CAASP

OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1038
This commit is contained in:
Steffen Winterfeldt 2017-06-30 09:34:12 +00:00 committed by Git OBS Bridge
parent abb321793e
commit b6585f0516
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 30 11:33:14 CEST 2017 - snwint@suse.de
- don't build SLES_SAP on CAASP
-------------------------------------------------------------------- --------------------------------------------------------------------
Thu Jun 29 09:48:34 UTC 2017 - varkoly@suse.de Thu Jun 29 09:48:34 UTC 2017 - varkoly@suse.de

View File

@ -61,12 +61,10 @@ ExclusiveArch: do_not_build
%endif %endif
%if "%flavor" == "SLES_SAP" %if "%flavor" == "SLES_SAP"
%if 0%{?sle_version} && !0%{?is_opensuse} %if 0%{?sle_version} && !0%{?is_opensuse} && !0%{?is_susecaasp} && ( "%{_target_cpu}" == "x86_64" || "%{_target_cpu}" == "ppc64le" )
%ifarch x86_64 ppc64le
%define theme SLES_SAP %define theme SLES_SAP
%endif %endif
%endif %endif
%endif
%if "%flavor" == "CAASP" %if "%flavor" == "CAASP"
%if 0%{?is_susecaasp} %if 0%{?is_susecaasp}