- Bump version: 9.11.5 → 9.11.6

- Make sure xz options are used with pxe tarball
  
  The tar command used in the pxe builder did not utilize threading
  and/or the xz options provided by an optional kiwi config file.
  This Fixes #507
  

  
- Move depmod into baseUpdateModuleDependencies
  
  Kernel module dependencies should be resolved after kiwi has
  called all the stripping functions and not as part of the
  baseCreateCommonKernelFile which runs before.
  This Fixes #508
  

  
- Fixed order of volume mount list
  
  re-order mount_list by mountpoint hierarchy. This is needed
  because the handling of the fullsize volume and all other
  volumes is outside of the canonical order. If the fullsize
  volume forms a nested structure together with another
  volume the volume mount list must be re-ordered to avoid
  mounting the volumes in the wrong order

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=55
This commit is contained in:
Marcus Schaefer 2017-09-28 09:00:28 +00:00 committed by Git OBS Bridge
parent 7f58e9c176
commit c287518762
3 changed files with 45 additions and 4 deletions

View File

@ -1,6 +1,47 @@
-------------------------------------------------------------------
Wed Sep 27 14:52:07 CEST 2017 - ms@suse.de
- Bump version: 9.11.5 → 9.11.6
-------------------------------------------------------------------
Wed Sep 27 12:06:04 CEST 2017 - ms@suse.de
- Make sure xz options are used with pxe tarball
The tar command used in the pxe builder did not utilize threading
and/or the xz options provided by an optional kiwi config file.
This Fixes #507
-------------------------------------------------------------------
Wed Sep 27 11:18:29 CEST 2017 - ms@suse.de
- Move depmod into baseUpdateModuleDependencies
Kernel module dependencies should be resolved after kiwi has
called all the stripping functions and not as part of the
baseCreateCommonKernelFile which runs before.
This Fixes #508
-------------------------------------------------------------------
Tue Sep 26 16:21:49 CEST 2017 - ms@suse.de
- Fixed order of volume mount list
re-order mount_list by mountpoint hierarchy. This is needed
because the handling of the fullsize volume and all other
volumes is outside of the canonical order. If the fullsize
volume forms a nested structure together with another
volume the volume mount list must be re-ordered to avoid
mounting the volumes in the wrong order
-------------------------------------------------------------------
Mon Sep 25 16:53:27 CEST 2017 - Jellyfrog@users.noreply.github.com
- Update issue template
-------------------------------------------------------------------
Fri Sep 22 15:55:28 CEST 2017 - ms@suse.de
- Bump version: 9.11.4 → 9.11.5
-------------------------------------------------------------------

View File

@ -93,7 +93,7 @@
%endif
Name: python-kiwi
Version: 9.11.5
Version: 9.11.6
Release: 0
Provides: kiwi-schema = 6.6
Url: https://github.com/SUSE/kiwi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30ee9574836e6e104e3ca8aa49125af5509aa64eddc54e884891b0ea87df1a49
size 2353398
oid sha256:67048e8a3f4728afda0fe0b41f39b194a98f71d4241d36d1049056447af987e3
size 2328561