Accepting request 780478 from home:hellcp:branches:system:install:head

Pull the correct distribution-logos per distribution theme

OBS-URL: https://build.opensuse.org/request/show/780478
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1275
This commit is contained in:
Steffen Winterfeldt 2020-03-05 15:15:08 +00:00 committed by Git OBS Bridge
parent daa21ef208
commit 415a3c25d9
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 29 10:05:05 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
- Pull the correct distribution-logos per distribution theme
--------------------------------------------------------------------
Wed Feb 26 10:46:23 UTC 2020 - wfeldt@opensuse.org

View File

@ -143,6 +143,11 @@ ExclusiveArch: do_not_build
%define branding_gfxboot openSUSE
BuildRequires: openSUSE-release
BuildRequires: adobe-sourcesanspro-fonts
%if 0%{?is_opensuse} && !0%{?sle_version}
BuildRequires: distribution-logos-openSUSE-Tumbleweed
%elsif
BuildRequires: distribution-logos-openSUSE-Leap
%endif
%endif
%if "%theme" == "Kubic"
@ -156,6 +161,7 @@ BuildRequires: adobe-sourcesanspro-fonts
%define config_bootmenu_no_upgrade 1
BuildRequires: openSUSE-MicroOS-release
BuildRequires: adobe-sourcesanspro-fonts
BuildRequires: distribution-logos-openSUSE-Kubic
# Kubic is based on MicroOS but we don't want this to show
# note: keep this in sync with the Kubic settings in etc/config
@ -173,6 +179,7 @@ BuildRequires: adobe-sourcesanspro-fonts
%define config_bootmenu_no_upgrade 1
BuildRequires: openSUSE-MicroOS-release
BuildRequires: adobe-sourcesanspro-fonts
BuildRequires: distribution-logos-openSUSE-MicroOS
%endif
%if "%theme" == "SLED"