12
0
2017-06-29 09:57:42 +00:00
committed by Git OBS Bridge
parent 9c136fb832
commit abb321793e
2 changed files with 23 additions and 0 deletions

View File

@@ -4,4 +4,5 @@
<package>SLED</package>
<package>CAASP</package>
<package>Kubic</package>
<package>SLES_SAP</package>
</multibuild>

View File

@@ -60,6 +60,14 @@ ExclusiveArch: do_not_build
%endif
%endif
%if "%flavor" == "SLES_SAP"
%if 0%{?sle_version} && !0%{?is_opensuse}
%ifarch x86_64 ppc64le
%define theme SLES_SAP
%endif
%endif
%endif
%if "%flavor" == "CAASP"
%if 0%{?is_susecaasp}
%define theme CAASP
@@ -129,6 +137,20 @@ BuildRequires: sap-installation-wizard
%endif
%endif
%if "%theme" == "SLES_SAP"
%define branding_skelcd SLES
%define branding_systemd SLE
%define branding_plymouth SLE
%define branding_grub2 SLE
%define branding_gfxboot SLE
BuildRequires: SLES_SAP-installation-release
%if 0%{?sle_version} != 0150000
BuildRequires: sles-release-DVD
BuildRequires: sle12-desktop-migration
BuildRequires: sap-installation-wizard
%endif
%endif
%if "%theme" == "CAASP"
%define branding_skelcd CAASP
%define branding_systemd CAASP