From 259f165a886a073200298a784cea675a1ff5bf62e1ddef927d886ea08c513cc4 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 5 May 2017 13:19:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1014 --- installation-images.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/installation-images.spec b/installation-images.spec index 1342a28..8781c33 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -35,6 +35,19 @@ ExclusiveArch: do_not_build # === sort out branding === %if 0%{?is_opensuse} +%if "%flavor" == "Kubic" +%define theme Kubic +%define product_nameX %{theme}-%{_target_cpu} +%define branding_skelcd CASP +%define branding_systemd CAASP +%define branding_plymouth openSUSE +%define branding_grub2 openSUSE +%define branding_gfxboot openSUSE +BuildRequires: openSUSE-Kubic-release +%ifnarch s390x +BuildRequires: xf86-input-libinput +%endif +%else %if "%flavor" != "openSUSE" ExclusiveArch: do_not_build %endif @@ -49,6 +62,7 @@ BuildRequires: openSUSE-release %ifnarch s390x BuildRequires: xf86-input-libinput %endif +%endif %else %if 0%{?is_susecaasp} %if "%flavor" != "CAASP"