diff --git a/installation-images.changes b/installation-images.changes index e4dac98..bda0a8e 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 18 10:32:05 UTC 2017 - lslezak@suse.cz + +- SLED fixes: + * build only on x86_64 (bsc#1034595) + * do not include the SAP installation wizard + ------------------------------------------------------------------- Tue Apr 11 16:03:29 CEST 2017 - snwint@suse.de diff --git a/installation-images.spec b/installation-images.spec index 264f804..9104ef5 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -84,7 +84,9 @@ BuildRequires: sle12-desktop-migration BuildRequires: sap-installation-wizard %endif %endif -%else # %flavor" == "SLED" +%else # "%flavor" == "SLED" +# SLED is x86_64 only +ExclusiveArch: x86_64 %define theme SLED %define product_nameX %{theme}-%{_target_cpu} %define branding_skelcd SLES @@ -96,9 +98,6 @@ BuildRequires: sled-release BuildRequires: sled-release-DVD %if 0%{?sle_version} != 0130000 BuildRequires: sle12-desktop-migration -%ifarch x86_64 ppc64le -BuildRequires: sap-installation-wizard -%endif %endif %endif %endif