forked from pool/python-kiwi
- 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/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=85
This commit is contained in:
parent
483e4e7a85
commit
73e2887d46
@ -1,3 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Feb 1 14:31:31 CET 2018 - ms@suse.de
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.12.7
|
Version: 9.12.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.6
|
Provides: kiwi-schema = 6.6
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5327735c249abe9f6c21e15d81d6d803acea94cfce8d46bed54bcf00acb23c22
|
oid sha256:05761d9575e7f9611d690fb94717091a223c86e27f7286f5a746a1591c781778
|
||||||
size 2359766
|
size 2354687
|
||||||
|
Loading…
x
Reference in New Issue
Block a user