Steffen Winterfeldt 2017-01-16 16:43:38 +00:00 committed by Git OBS Bridge
parent 68026c9dd0
commit 997ce647be

View File

@ -1,7 +1,7 @@
# #
# spec file for package installation-images # spec file for package installation-images
# #
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,22 +29,31 @@
# === sort out branding === # === sort out branding ===
%if 0%{?is_opensuse} %if 0%{?is_opensuse}
%define theme openSUSE %define theme openSUSE
%define branding openSUSE %define branding_skelcd openSUSE
%define branding2 openSUSE %define branding_systemd openSUSE
%define branding_plymouth openSUSE
%define branding_grub2 openSUSE
%define branding_gfxboot openSUSE
BuildRequires: openSUSE-release BuildRequires: openSUSE-release
BuildRequires: xf86-input-libinput BuildRequires: xf86-input-libinput
%else %else
%if 0%{?is_susecasp} %if 0%{?is_susecasp}
%define theme CASP %define theme CAASP
%define branding SLE %define branding_skelcd CASP
%define branding2 CASP %define branding_systemd CAASP
%define branding_plymouth SLE
%define branding_grub2 SLE
%define branding_gfxboot SLE
%define config_bootmenu_no_upgrade 1 %define config_bootmenu_no_upgrade 1
BuildRequires: caasp-release BuildRequires: caasp-release
BuildRequires: caasp-release-DVD BuildRequires: caasp-release-DVD
%else %else
%define theme SLES %define theme SLES
%define branding SLE %define branding_skelcd SLES
%define branding2 SLES %define branding_systemd SLE
%define branding_plymouth SLE
%define branding_grub2 SLE
%define branding_gfxboot SLE
BuildRequires: sle12-desktop-migration BuildRequires: sle12-desktop-migration
BuildRequires: sles-release BuildRequires: sles-release
%ifarch x86_64 ppc64le %ifarch x86_64 ppc64le
@ -53,16 +62,16 @@ BuildRequires: sap-installation-wizard
%endif %endif
%endif %endif
BuildRequires: skelcd-control-%branding2 BuildRequires: skelcd-control-%branding_skelcd
BuildRequires: systemd-presets-branding-%branding BuildRequires: systemd-presets-branding-%branding_systemd
%if %with_plymouth %if %with_plymouth
BuildRequires: plymouth-branding-%branding BuildRequires: plymouth-branding-%branding_plymouth
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
BuildRequires: gfxboot-branding-%branding BuildRequires: gfxboot-branding-%branding_gfxboot
%endif %endif
%ifarch %ix86 x86_64 aarch64 %ifarch %ix86 x86_64 aarch64
BuildRequires: grub2-branding-%branding BuildRequires: grub2-branding-%branding_grub2
%endif %endif
# === branding end === # === branding end ===