SHA256
1
0
forked from pool/python-kiwi

Accepting request 573218 from Virtualization:Appliances:Builder

- Bump version: 9.12.7 → 9.12.8
  

  
- Exclude install source device from target list
  

  
- Fixed kiwi-dump timing issue
  
  The install code needs to wait in the pre-udev phase for
  the device containing the installation data to become ready
  before proceeding with the actual installation code.
  

  
- Fixed dialog size of install confirmation dialog
  
  The size was too small to show device names which causes a
  line break to be displayed in the next line
  

  
- Cleanup misleading method name
  

  
- Fixed coverage report setup
  
  Latest version of the coverage module requires a report setup

OBS-URL: https://build.opensuse.org/request/show/573218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2018-02-09 14:43:32 +00:00 committed by Git OBS Bridge
commit d530265c8e
3 changed files with 158 additions and 4 deletions

View File

@ -1,6 +1,151 @@
-------------------------------------------------------------------
Mon Feb 5 17:02:19 CET 2018 - ms@suse.de
- Bump version: 9.12.7 → 9.12.8
-------------------------------------------------------------------
Mon Feb 5 15:56:26 CET 2018 - ms@suse.de
- Exclude install source device from target list
-------------------------------------------------------------------
Mon Feb 5 15:29:25 CET 2018 - ms@suse.de
- Fixed kiwi-dump timing issue
The install code needs to wait in the pre-udev phase for
the device containing the installation data to become ready
before proceeding with the actual installation code.
-------------------------------------------------------------------
Mon Feb 5 15:28:12 CET 2018 - ms@suse.de
- Fixed dialog size of install confirmation dialog
The size was too small to show device names which causes a
line break to be displayed in the next line
-------------------------------------------------------------------
Sun Feb 4 20:19:45 CET 2018 - ms@suse.de
- Cleanup misleading method name
-------------------------------------------------------------------
Sun Feb 4 18:46:09 CET 2018 - ms@suse.de
- Fixed coverage report setup
Latest version of the coverage module requires a report setup
-------------------------------------------------------------------
Sun Feb 4 15:52:06 CET 2018 - ms@suse.de
- Fixed target path name for gce format
get_target_name_for_format in case of the gce format does
not return a path spec which leads to an incomplete result
information for a later bundle command. This patch fixes
this. In a follow up pull request we will also update
the method name from the misleading get_target_name_for_format
function name to get_target_path_name_for_format
-------------------------------------------------------------------
Sat Feb 3 13:12:48 CET 2018 - cyberorg@cyberorg.info
- Use live-grub-stick
-------------------------------------------------------------------
Fri Feb 2 18:16:28 CET 2018 - dcassany@suse.com
- Fix packages file generation
This commit checks the %_dbpath value of the image rpm tool. This is
needed since recent rpm versions switched the default database path,
thus running rpm queries to different roots might lead to errors.
Fixes #605
-------------------------------------------------------------------
Thu Feb 1 14:31:31 CET 2018 - ms@suse.de
- Bump version: 9.12.6 → 9.12.7
-------------------------------------------------------------------
Thu Feb 1 10:29:30 CET 2018 - ms@suse.de
- Update per review by Tom
-------------------------------------------------------------------
Thu Feb 1 09:55:08 CET 2018 - ms@suse.de
- Update per review by David
-------------------------------------------------------------------
Wed Jan 31 15:43:07 CET 2018 - ms@suse.de
- Update per review by Tom
-------------------------------------------------------------------
Tue Jan 30 15:37:21 CET 2018 - ms@suse.de
- Added chapter for live-fat-stick deployment
With the support for the iso-scan feature in KIWI live
ISO image, also the ability to deploy file based on
FAT32 usb sticks via the live-fat-stick tool exists.
This chapter describes how to do it and Fixes #521
-------------------------------------------------------------------
Tue Jan 30 14:35:06 CET 2018 - ms@suse.de
- Update pre review by Tom
-------------------------------------------------------------------
Tue Jan 30 14:29:43 CET 2018 - ms@suse.de
- Update per review by Tom
-------------------------------------------------------------------
Tue Jan 30 14:25:08 CET 2018 - ms@suse.de
- Update per review by Tom
-------------------------------------------------------------------
Tue Jan 30 14:20:45 CET 2018 - dcassany@suse.com
- Remove vmdk metadata update procedure
This commit removes the method _update_vmdk_descriptor from
DiskFormatVmdk class. The code part causes vmdk format issues
in current up to date hipervisors such as VMWarePlayer 14 or
Virtualbox 5.2. Removing this code does not produce any failure,
at most can only imply loosing some features provided by open-vm-tools
package.
Fixes #591
-------------------------------------------------------------------
Tue Jan 30 11:38:16 CET 2018 - ms@suse.de
- Fixed use of profile variables in kiwi-dump module
The profile environment was not imported in the
dracut kiwi-dump module. Thus custom settings like
oem-unattended did not had an effect
-------------------------------------------------------------------
Tue Jan 30 10:37:03 CET 2018 - ms@suse.de
- Fixup docstrings in xml_state
-------------------------------------------------------------------
Tue Jan 30 10:22:42 CET 2018 - ms@suse.de
- Allow only one dracut variable for kiwi debugging
-------------------------------------------------------------------
Mon Jan 29 12:16:55 CET 2018 - ms@suse.de
- Bump version: 9.12.5 → 9.12.6
-------------------------------------------------------------------
@ -14,6 +159,15 @@ Sat Jan 27 11:14:48 CET 2018 - ms@suse.de
taken into account when another dracut call happens on the
system.
-------------------------------------------------------------------
Fri Jan 26 11:38:29 CET 2018 - ms@suse.de
- Update documentation
Update the documentation with regards to the move
from the plain kiwi initrd to the dracut initrd system.
This is related to Issue #576
-------------------------------------------------------------------
Fri Jan 26 10:28:53 CET 2018 - ms@suse.de

View File

@ -93,7 +93,7 @@
%endif
Name: python-kiwi
Version: 9.12.6
Version: 9.12.8
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:510e283a6efffa8837e67fe11a799091c45ed83bc946e4c51c4302c2a42cf41c
size 2366134
oid sha256:05761d9575e7f9611d690fb94717091a223c86e27f7286f5a746a1591c781778
size 2354687