- 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:
parent
398c5e87d5
commit
3711d67bf6
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user