From fbbdd9eb5037d8dc50d00d8da6b5473a9e445750273a3729d62e267405dff8b3 Mon Sep 17 00:00:00 2001 From: Imobach Gonzalez Sosa Date: Tue, 18 Apr 2017 15:50:33 +0000 Subject: [PATCH] Accepting request 489139 from home:lslezak:branches:system:install:head - SLED fixes: * build only on x86_64 (bsc#1034595) * do not include the SAP installation wizard OBS-URL: https://build.opensuse.org/request/show/489139 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1004 --- installation-images.changes | 7 +++++++ installation-images.spec | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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