- prepare for MicroOSNG
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1289
This commit is contained in:
parent
dd1c345162
commit
6275e9517e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 11:36:32 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>
|
||||
|
||||
- prepare for MicroOSNG
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Mon May 4 12:17:22 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -85,6 +85,13 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "MicroOSNG"
|
||||
# build for both Leap and SLE
|
||||
%ifnarch %ix86
|
||||
%define theme MicroOSNG
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "MicroOS"
|
||||
# don't build on Leap for now
|
||||
%if 0%{?is_opensuse} && !0%{?sle_version}
|
||||
@ -168,6 +175,18 @@ BuildRequires: distribution-logos-openSUSE-Kubic
|
||||
%global product_name openSUSE-Kubic
|
||||
%endif
|
||||
|
||||
%if "%theme" == "MicroOSNG"
|
||||
%define with_storage_ng 1
|
||||
%define with_ssl_hmac 0
|
||||
%define branding_skelcd MicroOSNG
|
||||
%define branding_systemd SLE
|
||||
%define branding_plymouth SLE
|
||||
%define branding_grub2 SLE
|
||||
%define branding_gfxboot SLE
|
||||
%define config_bootmenu_no_upgrade 1
|
||||
BuildRequires: MicroOSNG-release
|
||||
%endif
|
||||
|
||||
%if "%theme" == "MicroOS"
|
||||
%define with_storage_ng 1
|
||||
%define with_ssl_hmac 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user