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:
parent
9df83edca6
commit
b45f5e50d0
@ -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
|
||||
|
||||
|
@ -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 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user