forked from pool/python-kiwi
- Bump version: 9.17.0 → 9.17.1
- Little code styling fix - Fixed oem installer In the implementation of the ramdisk installer from SUSE/ramdisk_deployment(4fdeee3faa3) an error for the standard case was introduced such that the lsblk call was invalid. This lead to no devices being present for the installation. This patch Fixes #877 - Fix rsync call for filesystem images For filesystem images the rsync call was missing a finale slash for the source path causing the sync also the containing directory. With this change the filesystem image does not include the rootfs in any subdirectory. Fixes #875 - Add history metadata for container builds OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=126
This commit is contained in:
parent
f3c19a4bb9
commit
850f8fcb82
@ -1,6 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 11:23:16 CET 2018 - ms@suse.de
|
||||
|
||||
- Bump version: 9.17.0 → 9.17.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 11:05:22 CET 2018 - dcassany@suse.de
|
||||
|
||||
- Little code styling fix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 09:56:33 CET 2018 - ms@suse.de
|
||||
|
||||
- Fixed oem installer
|
||||
|
||||
In the implementation of the ramdisk installer from
|
||||
SUSE/ramdisk_deployment(4fdeee3faa3) an error for the
|
||||
standard case was introduced such that the lsblk call
|
||||
was invalid. This lead to no devices being present
|
||||
for the installation. This patch Fixes #877
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 16:34:35 CET 2018 - dcassany@suse.de
|
||||
|
||||
- Fix rsync call for filesystem images
|
||||
|
||||
For filesystem images the rsync call was missing a finale slash for
|
||||
the source path causing the sync also the containing directory. With
|
||||
this change the filesystem image does not include the rootfs in any
|
||||
subdirectory.
|
||||
|
||||
Fixes #875
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 16:31:37 CET 2018 - dcassany@suse.de
|
||||
|
||||
- Add history metadata for container builds
|
||||
|
||||
This commit adds the history section in contianerconfig. With it
|
||||
'author', 'created_by' and 'comment' can be customized. In addition
|
||||
'created' is always included with the image creation date time.
|
||||
'created_by' entry is set to 'KIWI __version__' by default if nothing
|
||||
is provided.
|
||||
|
||||
Fixes #852
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 15:20:59 CET 2018 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.16.36 → 9.17.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -38,7 +38,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.17.0
|
||||
Version: 9.17.1
|
||||
Provides: kiwi-schema = 6.6
|
||||
Release: 0
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:745d131f87ee29bf74d5cb4836c2f5050f897d6df178fb0f2787caae019a06d7
|
||||
size 1268664
|
||||
oid sha256:3ceebf249d84c3e3f551998f9102dd577a2f7b70e06da9ecd41f98bc8a5c9472
|
||||
size 1270656
|
||||
|
Loading…
Reference in New Issue
Block a user