forked from pool/python-kiwi
- Bump version: 9.18.32 → 9.18.33
- Fixed zipl bootloader config template The targetgeometry value is not allowed for SCSI and FBA mode. So far we handled only SCSI and failed on FBA mode. This commit fixes it - Adapt test-image-oem integration test for s390 The test was originally designed to test for DASD 4k block storage. However the kpartx utility in the Leap15, TW code stream has issues mapping partitions if the loop device was setup using 4k sector size. So far we can't create images with 4k blocksize due to that issue. Thus the integration test is now adapted for an emulated DASD device in FBA mode which is not using 4k blocksize. Once the problem with kpartx is solved on s390 we will create another integration test to test 4k image builds - Bump version: 9.18.31 → 9.18.32 - Update s390 integration tests Added vmx build test to run in kvm on s390. Updated the existing oem build test to deploy on DASD. The concept of the network setup invented by kiwi for s390 does no longer apply and was also not used on the s390 distribution - Fixed zipl bootloader setup for s390 images The preparation to call zipl and the call itself were wrong. For whatever reason the kernel image the initrd are moved to another location prior to calling zipl. That move broke OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=154
This commit is contained in:
parent
2a2b78e8db
commit
5052d6eefb
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 09:03:19 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Bump version: 9.18.32 → 9.18.33
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 16:51:00 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Fixed zipl bootloader config template
|
||||
|
||||
The targetgeometry value is not allowed for SCSI and FBA
|
||||
mode. So far we handled only SCSI and failed on FBA mode.
|
||||
This commit fixes it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 12:45:42 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Adapt test-image-oem integration test for s390
|
||||
|
||||
The test was originally designed to test for DASD 4k block
|
||||
storage. However the kpartx utility in the Leap15, TW code
|
||||
stream has issues mapping partitions if the loop device
|
||||
was setup using 4k sector size. So far we can't create
|
||||
images with 4k blocksize due to that issue. Thus the
|
||||
integration test is now adapted for an emulated DASD device
|
||||
in FBA mode which is not using 4k blocksize. Once the
|
||||
problem with kpartx is solved on s390 we will create another
|
||||
integration test to test 4k image builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 12:24:16 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Bump version: 9.18.31 → 9.18.32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 09:45:00 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Update s390 integration tests
|
||||
|
||||
Added vmx build test to run in kvm on s390. Updated the
|
||||
existing oem build test to deploy on DASD. The concept
|
||||
of the network setup invented by kiwi for s390 does no
|
||||
longer apply and was also not used on the s390 distribution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 09:20:55 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Fixed zipl bootloader setup for s390 images
|
||||
|
||||
The preparation to call zipl and the call itself were wrong.
|
||||
For whatever reason the kernel image the initrd are moved
|
||||
to another location prior to calling zipl. That move broke
|
||||
the system because no kernel/initrd existed at the expected
|
||||
place anymore. In addition the zipl call itself was issued
|
||||
from a the wrong directory. Also no config file was written
|
||||
as an after effect of the refactoring in Issue #1194. This
|
||||
Fixes #1173 and bsc#1156694
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 12:18:08 CET 2019 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Document possible values for the name attribute of package
|
||||
|
||||
This fixes #1260
|
||||
|
||||
Co-Authored-By: Thomas Schraitle <tom_schr@web.de>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 07 16:00:01 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.18.31
|
||||
Version: 9.18.33
|
||||
Provides: kiwi-schema = 7.1
|
||||
Release: 0
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28a7d4796f3ab8f328bda48d510393e34fbcdc0df822b9373075b9d8f82ebe39
|
||||
size 1633303
|
||||
oid sha256:520a15778d646a90cb41bc3d54fe043a84d0134900290bb4c248dc20bf9548f9
|
||||
size 1637000
|
||||
|
Loading…
Reference in New Issue
Block a user