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

- Add MicroOS flavor in addition to MicroOS theme introduced on Apr 1

OBS-URL: https://build.opensuse.org/request/show/691458
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1219
This commit is contained in:
Steffen Winterfeldt 2019-04-04 14:21:02 +00:00 committed by Git OBS Bridge
parent 4a2d77827f
commit 1f4b450d12
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 4 09:55:08 UTC 2019 - Richard Brown <rbrown@suse.com>
- Add MicroOS flavor in addition to MicroOS theme introduced on Apr 1
-------------------------------------------------------------------
Thu Apr 4 08:15:06 UTC 2019 - Richard Brown <rbrown@suse.com>

View File

@ -78,6 +78,15 @@ ExclusiveArch: do_not_build
%endif
%endif
%if "%flavor" == "MicroOS"
# don't build on Leap for now
%if 0%{?is_opensuse} && !0%{?sle_version}
%ifnarch %ix86
%define theme MicroOS
%endif
%endif
%endif
%if "%flavor" == "SLED"
# build SLED only on x86_64
%if "%{_target_cpu}" == "x86_64" && 0%{?sle_version} && !0%{?is_opensuse}