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