From 1f4b450d12b837645463e5c55822bb2946d6daa94dfe5f1b018ac2c86ed8f33b Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Thu, 4 Apr 2019 14:21:02 +0000 Subject: [PATCH] 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 --- installation-images.changes | 5 +++++ installation-images.spec | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/installation-images.changes b/installation-images.changes index 73b0936..d078bc6 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 09:55:08 UTC 2019 - Richard Brown + +- Add MicroOS flavor in addition to MicroOS theme introduced on Apr 1 + ------------------------------------------------------------------- Thu Apr 4 08:15:06 UTC 2019 - Richard Brown diff --git a/installation-images.spec b/installation-images.spec index d0263fc..ba7ff3c 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -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}