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
This commit is contained in:
Imobach Gonzalez Sosa 2017-04-18 15:50:33 +00:00 committed by Git OBS Bridge
parent e435fff391
commit fbbdd9eb50
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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