SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.14.1 → 9.14.2

- Fix default initrd_system values
  
  This commit fixes the default initrd_system value for some image
  types. Since this value is included in profile and potentially
  taken into account for some of the config script functions, it is
  important to have consistent values even when the image type
  has no initrd choice or it doesn't have initrd at all.
  
  Related to #689
  

  
- Check partition table after cow part creation
  
  Proceed with the persistent write partition setup only
  if the cow partition could have been created successfully
  

  
- Fixed detection of disk node in live iso images
  
  If the live iso is booted as disk the initrd code needs to
  find the correct disk node pointing to the iso image. This
  was formerly done by checking if the populated disk devices
  contains an iso header with an application id. The information
  was obtained using the isoinfo tool. isoinfo is a tool

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=101
This commit is contained in:
Marcus Schaefer 2018-04-09 14:57:31 +00:00 committed by Git OBS Bridge
parent c545d438d4
commit 2171d91eab
3 changed files with 88 additions and 4 deletions

View File

@ -1,6 +1,74 @@
-------------------------------------------------------------------
Mon Apr 9 10:56:37 CEST 2018 - ms@suse.de
- Bump version: 9.14.1 → 9.14.2
-------------------------------------------------------------------
Fri Apr 6 16:01:51 CEST 2018 - dcassany@suse.com
- Fix default initrd_system values
This commit fixes the default initrd_system value for some image
types. Since this value is included in profile and potentially
taken into account for some of the config script functions, it is
important to have consistent values even when the image type
has no initrd choice or it doesn't have initrd at all.
Related to #689
-------------------------------------------------------------------
Fri Apr 6 10:51:36 CEST 2018 - ms@suse.de
- Check partition table after cow part creation
Proceed with the persistent write partition setup only
if the cow partition could have been created successfully
-------------------------------------------------------------------
Thu Apr 5 14:47:23 CEST 2018 - ms@suse.de
- Fixed detection of disk node in live iso images
If the live iso is booted as disk the initrd code needs to
find the correct disk node pointing to the iso image. This
was formerly done by checking if the populated disk devices
contains an iso header with an application id. The information
was obtained using the isoinfo tool. isoinfo is a tool
provided by the obsolete and xorriso replaced cdrtools kit.
In addition the lookup was unsafe because any iso with
an application id would have been valid. Thus this patch
changes the detection mechanism to use the volume id as
it is used in the root assignment on the cmdline. The
volume id is populated as device label for the assigned
block device and can therefore be used as a unique id.
The volume id itself is a configuration option in the image
XML description. If not set the default is 'CDROM'. The
information can be obtained via blkid and therefore also
eliminates the isoinfo requirement
-------------------------------------------------------------------
Wed Apr 4 17:26:40 CEST 2018 - ms@suse.de
- Fixup test-image-docker unresolvable state
genisoimage seems no longer present in the distro
-------------------------------------------------------------------
Wed Apr 4 12:08:39 CEST 2018 - ms@suse.de
- Update etc/default/grub setup
kiwi writes optional grub boot parameters to the GRUB_CMDLINE_LINUX
variable in default/grub. This information is then picked up by
grub2-mkconfig and written to grub.cfg However there is also another
variable named GRUB_CMDLINE_LINUX_DEFAULT which according to the
documentation should be used preferably. While it does not seem to
matter for grub it matters for yast. Thus this patch changes the
configuration variable and fixes bsc#1084117
-------------------------------------------------------------------
Tue Apr 3 12:17:33 CEST 2018 - ms@suse.de
- Bump version: 9.14.0 → 9.14.1
-------------------------------------------------------------------
@ -14,6 +82,22 @@ Tue Apr 3 11:51:26 CEST 2018 - ms@suse.de
the open bits to allow in-place tag writing. This
Fixes bsc#1077096
-------------------------------------------------------------------
Tue Apr 3 09:45:51 CEST 2018 - dcassany@suse.com
- Make use of autoremove in Yum and Dnf to clean dependencies
-------------------------------------------------------------------
Wed Mar 28 17:13:48 CEST 2018 - dcassany@suse.com
- Enable no forced deletion for dnf, yum and apt package managers
This commit makes apt, yum and dnf support equivalent to zypper in terms
of being capable to delete packages using the package manger tools
(implies dependencies deletion is handled by the package manager)
or deleting explicitly only listed packages using packager tools
even if this implies breaking dependencies.
-------------------------------------------------------------------
Tue Mar 27 08:57:54 CEST 2018 - gmoro@suse.de

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac15d7ccc28830fd390575ea07113c37afced00b8839c710b16a1e8550c3e331
size 517217
oid sha256:056a42e96b4de431e0a260ae35be35933f40077f946b72e0628a73a439fb306c
size 517600