Steffen Winterfeldt 2020-05-06 11:36:51 +00:00 committed by Git OBS Bridge
parent dd1c345162
commit 6275e9517e
2 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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