From b45f5e50d0ea29a51c1a530844850332579664b6e759f06cb4846a210f14ce09 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 29 May 2019 14:14:13 +0000 Subject: [PATCH] Accepting request 706334 from home:dimstar:Factory - Rename the tftpboot subpackage for Kubic to be kubic relevant, not using the generic MicroOS name. OBS-URL: https://build.opensuse.org/request/show/706334 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1230 --- installation-images.changes | 6 ++++++ installation-images.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/installation-images.changes b/installation-images.changes index eed682e..c4ccf2b 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 29 13:42:33 UTC 2019 - Dominique Leuenberger + +- Rename the tftpboot subpackage for Kubic to be kubic relevant, + not using the generic MicroOS name. + -------------------------------------------------------------------- Tue May 21 13:50:52 UTC 2019 - wfeldt@opensuse.org diff --git a/installation-images.spec b/installation-images.spec index 64b262f..4dc618e 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -219,6 +219,11 @@ BuildRequires: caasp-release # === set product string (based on required packages) === %global product_name %(bash %_sourcedir/product_name)-%{_target_cpu} +%if "%{flavor}" == "Kubic" +# For Kubic, the underlying product is in fact MicroOS, but we want to distinguish ourselves here +# The name is shown in the build log and used to name the tftpboot- sub package +%global product_name openSUSE-Kubic-%{_target_cpu} +%endif # === branding specific packages ===