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"