- Bump version: 9.16.0 → 9.16.1

- Avoid module loading in grub config template
  
  This patch is two fold. First part replaces the import of
  dedicated video modules in the grub image by the all_video
  module. Second part avoids runtime module insertion which
  requires access to the boot filesystem which is not
  guaranteed on sophisticated rootfs structures like btrfs
  plus readonly snapshots and what not. Thus we make sure
  all boot code is embedded into the grub image(s) and no
  extra loading of modules at runtime will be needed.
  This Fixes bsc#1096937
  

  
- Fix for bsc#1094788
  
  This is just an empty commit to include the bugfix reference in
  the repository history.
  
  The bugfix for bsc#1094788 was actually commited in:
  
  commit 835cebfe5c488515dfbcdf33dab6262613ca5508
  Author: Marcus Schäfer <ms@suse.de>
  Date:   Tue May 29 16:42:55 2018 +0200

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=112
This commit is contained in:
Marcus Schaefer 2018-06-13 12:48:50 +00:00 committed by Git OBS Bridge
parent a49e67a2f8
commit 2c875df196
3 changed files with 72 additions and 4 deletions

View File

@ -1,6 +1,49 @@
-------------------------------------------------------------------
Wed Jun 13 14:42:12 CEST 2018 - ms@suse.de
- Bump version: 9.16.0 → 9.16.1
-------------------------------------------------------------------
Wed Jun 13 11:08:09 CEST 2018 - ms@suse.de
- Avoid module loading in grub config template
This patch is two fold. First part replaces the import of
dedicated video modules in the grub image by the all_video
module. Second part avoids runtime module insertion which
requires access to the boot filesystem which is not
guaranteed on sophisticated rootfs structures like btrfs
plus readonly snapshots and what not. Thus we make sure
all boot code is embedded into the grub image(s) and no
extra loading of modules at runtime will be needed.
This Fixes bsc#1096937
-------------------------------------------------------------------
Tue Jun 12 18:05:22 CEST 2018 - dcassany@suse.de
- Fix for bsc#1094788
This is just an empty commit to include the bugfix reference in
the repository history.
The bugfix for bsc#1094788 was actually commited in:
commit 835cebfe5c488515dfbcdf33dab6262613ca5508
Author: Marcus Schäfer <ms@suse.de>
Date: Tue May 29 16:42:55 2018 +0200
-------------------------------------------------------------------
Tue Jun 12 17:25:12 CEST 2018 - ms@suse.de
- Complete GUID change from signed to unsigned
Follow up fix to complete the binary packing of the GUID
format to use unsigned types. Missed to move short source
from signed to unsigned. This Fixes bsc#1095267
-------------------------------------------------------------------
Wed Jun 6 13:32:11 CEST 2018 - ms@suse.de
- Bump version: 9.15.4 → 9.16.0
-------------------------------------------------------------------
@ -8,6 +51,31 @@ Wed Jun 6 13:16:22 CEST 2018 - ms@suse.de
- Move fedora integration test build to fc28 distro
-------------------------------------------------------------------
Wed Jun 6 08:28:14 CEST 2018 - ngompa13@gmail.com
- Use the versioned Python interpreter path to run build helper scripts
The kiwi build process mostly does the right thing in terms of executing
with the correct Python interpreter throughout the build process, with
the exception of the Makefile not correctly locating the versioned Python
interpreter executable path, and the bash completion generator being executed
using '/usr/bin/python' without regard for what the target environment was.
This is a problem when a build environment complying with PEP 394 as it
stands today does not have Python 2 installed, such as when kiwi is being
built as a Python 3-only package in Fedora. Thus, the Makefile has been
adjusted to not only correctly locate the versioned Python interpreter, but
to also execute 'completion_helper' with the correct interpreter.
Additionally, a trivial change to the shebang to 'completion_helper'
was made to be consistent with other Python-based build helper scripts.
This is part of the overall effort to eliminate the dependencies on
Python 2 in Fedora.
Reference: https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
-------------------------------------------------------------------
Tue Jun 5 15:00:32 CEST 2018 - ms@suse.de

View File

@ -38,7 +38,7 @@
%endif
Name: python-kiwi
Version: 9.16.0
Version: 9.16.1
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:d55504a8e21dc9c2aab1dd0c6cbc87e59a3102aa62b29c829fa955ca2fc4d8a9
size 526352
oid sha256:d42eb520904761910dc421df7b6c3abb6b92e37cf6b59e0b3846d0f7b825e215
size 526381