- use new is_susesap flag to trigger sap builds

OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1071
This commit is contained in:
Steffen Winterfeldt 2017-09-12 11:36:48 +00:00 committed by Git OBS Bridge
parent 398c5e87d5
commit 3711d67bf6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 12 13:35:41 CEST 2017 - snwint@suse.de
- use new is_susesap flag to trigger sap builds
--------------------------------------------------------------------
Mon Sep 11 12:07:30 UTC 2017 - wfeldt@opensuse.org

View File

@ -65,7 +65,7 @@ ExclusiveArch: do_not_build
%endif
%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_susesap} && ( "%{_target_cpu}" == "x86_64" || "%{_target_cpu}" == "ppc64le" )
%define theme SLES_SAP
%endif
%endif