Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2020-06-23 21:03:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new.2956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Tue Jun 23 21:03:56 2020 rev:63 rq:815953 version:9.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2020-06-05 20:08:52.821479882 +0200 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new.2956/python-kiwi.changes 2020-06-23 21:04:24.181805111 +0200 @@ -1,0 +2,263 @@ +Fri Jun 12 14:23:20 CEST 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.0 → 9.21.1 + +------------------------------------------------------------------- +Fri Jun 12 14:10:48 CEST 2020 - Marcus Schäfer <[email protected]> + +- Fixed test-image-qcow-openstack + + Nothing provides libyui-ncurses-pkg11, yast2-trans-en_US in + TW anymore + +------------------------------------------------------------------- +Fri Jun 12 13:57:48 CEST 2020 - Marcus Schäfer <[email protected]> + +- Moved sle12 ppc integration test to internal bs + + In agreement with IBM the sle12 integration test has been moved + into the internal buildservice. The reason for this change is + a python 3.4 compatibility problem. This version of python is + used in sle12 but would require patching of upstream kiwi in + terms of type hints and annotations to continue to work. + We don't want to cary this patch upstream but in the sle12_kiwi + repository which contains the kiwi used in sle12. Therefore + also the integration test needs to move into the internal + sle12 space. + +------------------------------------------------------------------- +Thu Jun 11 12:58:21 CEST 2020 - Bo Maryniuk <[email protected]> + +- Ignore MyPy cache + +------------------------------------------------------------------- +Thu Jun 11 12:58:13 CEST 2020 - Bo Maryniuk <[email protected]> + +- Ignore VSCode cache + +------------------------------------------------------------------- +Wed Jun 10 12:03:43 CEST 2020 - Dan Čermák <[email protected]> + +- Remove sed calls to fix /etc/vimrc + + An update of vim in Tumbleweed will move /etc/vimrc to /usr/share/vim as part of + the /usr - /etc split. This makes the sed call fail because /etc/vimrc no longer + exists. + However, the fix is not required anymore then, as the vim package dropped the + "syntax on" line from the default vimrc. + +------------------------------------------------------------------- +Tue Jun 09 13:55:44 CEST 2020 - Marcus Schäfer <[email protected]> + +- Fixed permissions of custom boot image root dir + + When building a custom kiwi initrd the root directory + has the permissions of the mkdtemp created directory + but should have the permissions of a linux root dir + which is 0755. This Fixes #1394 + +------------------------------------------------------------------- +Sat Jun 06 16:39:50 CEST 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.20.19 → 9.21.0 + +------------------------------------------------------------------- +Thu Jun 04 14:05:36 CEST 2020 - Marcus Schäfer <[email protected]> + +- Fixed size of msgbox dialog + + The width of the dialog was set to a small value which + causes the message to be choped. I found this when testing + pxe deployments. The error messages on "Failed to fetch..." + were missing the interesting part + +------------------------------------------------------------------- +Wed Jun 03 17:19:10 CEST 2020 - Marcus Schäfer <[email protected]> + +- Update orthos test image + + Simplify image for use in a pxe test deployment + +------------------------------------------------------------------- +Wed Jun 03 11:43:32 CEST 2020 - Marcus Schäfer <[email protected]> + +- Added new post disk sync script hook + + Allow to put a disk.sh script as part of the image description + which is called for the disk image types `vmx` and `oem` + only and runs after the synchronisation of the root tree into the + disk image loop file. At call time of the script the device name + of the currently mapped root device is passed as a parameter. + The chroot environment for the call is the mounted disk itself + which makes this different from the config.sh/images.sh caller + environment. This Fixes #1464 + +------------------------------------------------------------------- +Wed Jun 03 10:56:42 CEST 2020 - Marcus Schäfer <[email protected]> + +- Update user defined scripts documentation + + Added information about new disk.sh script and reworked + the entire chapter + +------------------------------------------------------------------- +Tue Jun 02 13:05:30 CEST 2020 - Marcus Schäfer <[email protected]> + +- Fixed VolumeManager cleanup + + instances of VolumeManager creates temporary directories but + only stores the latest one. The cleanup leaves former directories + behind which is fixed by this commit + +------------------------------------------------------------------- +Fri May 29 17:41:15 CEST 2020 - Marcus Schäfer <[email protected]> + +- Allow to access disk root after sync_data + + In preparation to allow a chroot operation into the loop + mounted disk this commit refactors the process when filesystems + gets umounted and also fixes the canonical order for calling + the destructors. Related to Issue #1464 + +------------------------------------------------------------------- +Wed May 27 11:55:21 CEST 2020 - David Cassany <[email protected]> + +- Add EFI firmware on OEM and ISO ubuntu tests + + This commits adds efi firmware for Ubuntu integration tests + +------------------------------------------------------------------- +Wed May 27 11:30:37 CEST 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.20.18 → 9.20.19 + +------------------------------------------------------------------- +Wed May 27 11:30:23 CEST 2020 - Marcus Schäfer <[email protected]> + +- Added test-image-custom-partitions to build_status + +------------------------------------------------------------------- +Tue May 26 16:36:00 CEST 2020 - David Cassany <[email protected]> + +- Fix the boot path for initrd detection + + This commit fixes the path to check the initrd naming convetion from an + already existing initrd file in /boot + +------------------------------------------------------------------- +Tue May 26 15:15:42 CEST 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.20.17 → 9.20.18 + +------------------------------------------------------------------- +Tue May 26 12:43:12 CEST 2020 - Marcus Schäfer <[email protected]> + +- Added custom partition image integration test + + There are still people who like many extra static inflexible + entries in a partition table instead of using LVM or filesystem + volume capabilities for sometimes good but often questionable + reasons. In kiwi we intentionally support partition table + entries on a restricted basis but that does not mean you can't + create an image with a highly customized partition table. + However it includes some bits of custom code as part of the + image description and that's what this reference implementation + of an image with custom partitions demonstrates. The image + described here adds three extra partitions, var, var/log and + var/audit. The concept to create custom partitions is based on + specifying a spare partition which is by default created before + the root partition. The spare space can now be sliced into as + many partitions as needed and that needs to be implemented by + the author of the image description. Of course the partition + table itself comes with limitations which has to be respected + depending on the partition table type. + +------------------------------------------------------------------- +Tue May 26 11:36:02 CEST 2020 - David Cassany <[email protected]> + +- Fix the patch applied on grub.cfg + + This commit fixes the patch applied on grub.cfg when EFI mode is + selected and grub < 2.04. There are some distros that make use of the + `linux16` command instead of `linux` in grub configuration, this commit + extends the regex to also consider `linux16` command. + +------------------------------------------------------------------- +Tue May 26 11:31:34 CEST 2020 - Marcus Schäfer <[email protected]> + +- Fixed apt and pacman repository unit tests + + The way the post_init method was used to test custom arguments + leads to a broken I/O wrapper. As consequence the test failed + when called with "pytest -s" and also leaves files around from + other test I/O redirections. + +------------------------------------------------------------------- +Tue May 26 10:30:44 CEST 2020 - Marcus Schäfer <[email protected]> + ++++ 84 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes ++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.2956/python-kiwi.changes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.JjH2Bg/_old 2020-06-23 21:04:25.285808678 +0200 +++ /var/tmp/diff_new_pack.JjH2Bg/_new 2020-06-23 21:04:25.289808690 +0200 @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.20.16 +Version: 9.21.1 Provides: kiwi-schema = 7.2 Release: 0 Url: https://github.com/OSInside/kiwi ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.JjH2Bg/_old 2020-06-23 21:04:25.313808768 +0200 +++ /var/tmp/diff_new_pack.JjH2Bg/_new 2020-06-23 21:04:25.313808768 +0200 @@ -3,7 +3,7 @@ pkgname=('python-kiwi' 'kiwi-man-pages' 'dracut-kiwi-lib' 'dracut-kiwi-oem-repart' 'dracut-kiwi-oem-dump' 'dracut-kiwi-live' 'dracut-kiwi-overlay') arch=(x86_64) -pkgver=9.20.16 +pkgver=9.21.1 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('95ab86b15f76aca08a0c44c0b456694c') +md5sums=('8363e05921059c1909b80fc64915c0f9') build() { ++++++ python-kiwi.tar.gz ++++++ ++++ 2747 lines of diff (skipped)
