From 3711d67bf6c309b3b327f37e49d81381cca6375e465dccde1d519576c6e5ad7b Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Tue, 12 Sep 2017 11:36:48 +0000 Subject: [PATCH] - 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 --- installation-images.changes | 5 +++++ installation-images.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/installation-images.changes b/installation-images.changes index a553194..e720e7c 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -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 diff --git a/installation-images.spec b/installation-images.spec index 76f7259..7b42f63 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -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