- Bump version: 9.12.3 → 9.12.4

- Don't lookup zImage symlink
  
  Due to the workaround to lookup the gzip compressed variant
  of a zImage to find its version, it's required to find the
  full name of the zImage in order to rematch the gzip variant.
  Looking at the zImage link will make this to fail because
  there is no vmlinux link
  

  
- Bump version: 9.12.2 → 9.12.3
  

  
- Fixed kernel version check for zImage
  
  kernels build as zImage contains the decompressor code
  as part of the kernel image and could be therefore
  compressed by any possible compression algorithm.
  In this case we assume/hope that there is also a
  standard gz compressed vmlinux version of the kernel
  available and check this one instead of the zImage
  variant. Fixes #587

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=79
This commit is contained in:
Marcus Schaefer 2018-01-25 15:20:31 +00:00 committed by Git OBS Bridge
parent ace0f7a43f
commit 13376fd050
3 changed files with 87 additions and 4 deletions

View File

@ -1,6 +1,82 @@
-------------------------------------------------------------------
Thu Jan 25 14:04:36 CET 2018 - ms@suse.de
- Bump version: 9.12.3 → 9.12.4
-------------------------------------------------------------------
Thu Jan 25 14:02:31 CET 2018 - ms@suse.de
- Don't lookup zImage symlink
Due to the workaround to lookup the gzip compressed variant
of a zImage to find its version, it's required to find the
full name of the zImage in order to rematch the gzip variant.
Looking at the zImage link will make this to fail because
there is no vmlinux link
-------------------------------------------------------------------
Thu Jan 25 13:54:03 CET 2018 - ms@suse.de
- Bump version: 9.12.2 → 9.12.3
-------------------------------------------------------------------
Thu Jan 25 11:59:36 CET 2018 - ms@suse.de
- Fixed kernel version check for zImage
kernels build as zImage contains the decompressor code
as part of the kernel image and could be therefore
compressed by any possible compression algorithm.
In this case we assume/hope that there is also a
standard gz compressed vmlinux version of the kernel
available and check this one instead of the zImage
variant. Fixes #587
-------------------------------------------------------------------
Thu Jan 25 11:34:58 CET 2018 - ms@suse.de
- Bump version: 9.12.1 → 9.12.2
-------------------------------------------------------------------
Wed Jan 24 19:40:50 CET 2018 - dcassany@suse.com
- Update the man pages
-------------------------------------------------------------------
Wed Jan 24 17:18:51 CET 2018 - ms@suse.de
- Fixed installation image builder
Use get_boot_names from BootImage instance to ask for
the name of the initrd instead of constructing this
information from static values. The name of the initrd
is different per distro and toolkit
-------------------------------------------------------------------
Wed Jan 24 16:57:27 CET 2018 - ms@suse.de
- Provide a get_boot_names method in boot classes
The naming schema for an initrd file name depends on the
boot image type as well as on the underlaying initrd
creation toolkit. In order to encapsulate that in a clear
interface the code to know about the correct names has
been moved into the classes which are responsible for
it and out of the builder/disk class
-------------------------------------------------------------------
Wed Jan 24 15:00:06 CET 2018 - rjschwei@suse.com
- Image name generation for GCE images
+ Fix the name generation for GCE images. The implementation assumed that
GCE images are of a type that use a kiwi generated initrd, looking for
image name components based on the boot attribute in the type element.
This assumption is not correct, use the name provided in the XML to
compose the image name.
-------------------------------------------------------------------
Wed Jan 24 12:07:06 CET 2018 - ms@suse.de
- Bump version: 9.12.0 → 9.12.1
-------------------------------------------------------------------
@ -10,6 +86,13 @@ Wed Jan 24 12:05:53 CET 2018 - ms@suse.de
on rhel/fedora multipath is provided by device-mapper-multipath
-------------------------------------------------------------------
Tue Jan 23 19:03:27 CET 2018 - dcassany@suse.com
- Adding package_gpgcheck flag as an option for set-repo and add-repo
Fixes #565
-------------------------------------------------------------------
Tue Jan 23 11:22:42 CET 2018 - davidcassany@gmail.com

View File

@ -93,7 +93,7 @@
%endif
Name: python-kiwi
Version: 9.12.1
Version: 9.12.4
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:9a92610f6f4b29ea05921b84550b4428e4127e9e5019bab6b1a8a55a82f6cf6e
size 2372780
oid sha256:1cc5dd5491bcd8a217a1d6278724ca9ec8203f4a1e0aa1adddc609a1767da33a
size 2335458