Accepting request 690335 from home:RBrownSUSE:branches:system:install:head

- Fix specfile for MicroOS flavour introduced in 14.418

OBS-URL: https://build.opensuse.org/request/show/690335
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1217
This commit is contained in:
Steffen Winterfeldt 2019-04-02 08:19:23 +00:00 committed by Git OBS Bridge
parent 686ee7963d
commit a82fb09a04
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 1 12:41:51 UTC 2019 - Richard Brown <rbrown@suse.com>
- Fix specfile for MicroOS flavour introduced in 14.418
-------------------------------------------------------------------
Fri Mar 29 15:19:30 UTC 2019 - snwint@suse.com

View File

@ -132,7 +132,19 @@ BuildRequires: adobe-sourcesanspro-fonts
%define branding_grub2 openSUSE
%define branding_gfxboot openSUSE
%define config_bootmenu_no_upgrade 1
BuildRequires: openSUSE-Tumbleweed-Kubic-release
BuildRequires: openSUSE-MicroOS-release
BuildRequires: adobe-sourcesanspro-fonts
%endif
%if "%theme" == "MicroOS"
%define with_storage_ng 1
%define branding_skelcd MicroOS
%define branding_systemd MicroOS
%define branding_plymouth openSUSE
%define branding_grub2 openSUSE
%define branding_gfxboot openSUSE
%define config_bootmenu_no_upgrade 1
BuildRequires: openSUSE-MicroOS-release
BuildRequires: adobe-sourcesanspro-fonts
%endif