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
This commit is contained in:
Steffen Winterfeldt 2019-05-29 14:14:13 +00:00 committed by Git OBS Bridge
parent 9df83edca6
commit b45f5e50d0
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 29 13:42:33 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 Tue May 21 13:50:52 UTC 2019 - wfeldt@opensuse.org

View File

@ -219,6 +219,11 @@ BuildRequires: caasp-release
# === set product string (based on required packages) === # === set product string (based on required packages) ===
%global product_name %(bash %_sourcedir/product_name)-%{_target_cpu} %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 === # === branding specific packages ===