Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2020-11-06 23:44:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Fri Nov 6 23:44:15 2020 rev:69 rq:846180 version:9.21.23 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2020-10-14 15:38:56.242357065 +0200 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new.11331/python-kiwi.changes 2020-11-06 23:44:32.199328548 +0100 @@ -1,0 +2,329 @@ +Thu Nov 05 09:27:08 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.22 → 9.21.23 + +------------------------------------------------------------------- +Wed Nov 04 22:23:32 CET 2020 - David Cassany <[email protected]> + +- Move usrmerge package out of the bootstrap section + + Currently bootstrap phase on APT package manager makes use of the + debootstrap tool. However debootstrap is limited to execute the + bootstrap using a single repository. This is causes several limitations + in OBS builds, such as the impossibility of using update repositories or + the inclusion of any package that is not part of the standard OBS + repository. + + Usrmerge package is part of the universe repository in OBS which is not + te one used by debootstrap, so it can't be installed on bootstrap phase. + +------------------------------------------------------------------- +Wed Nov 04 16:39:43 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.21 → 9.21.22 + +------------------------------------------------------------------- +Wed Nov 04 16:38:19 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed package manager api inconsistency + + The method post_process_install_requests_bootstrap in the + zypper package manager was missing an argument + +------------------------------------------------------------------- +Wed Nov 04 16:21:25 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.20 → 9.21.21 + +------------------------------------------------------------------- +Wed Nov 04 15:09:43 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed regexp for grub rootdev substitution + + The regular expression to match the grub root device + used a lazy glob match ".*?". This however matches a + too long part depending on the rest of the content. + This commit fixes the expression to be strict on + the allowed characters and makes sure the anchor + characters are not part of the matching character + class. This Fixes #1607 + +------------------------------------------------------------------- +Wed Nov 04 13:58:32 CET 2020 - Quang Tran <[email protected]> + +- Fix quick start guide build command + + The kiwi-descriptions were reorganized in profiles (See OSInside/kiwi-descriptions@788b919ea2500b9d495622c8140e618938634306). + However the build command in the quick start guide was not updated appropriately and therefore the build fails. + + This commit will update the build command. + +------------------------------------------------------------------- +Tue Nov 03 18:04:22 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed install of bash completion + + The kiwi completion was installed as kiwi-ng.sh below + /usr/share/bash-completion/completions. This is wrong + because the completion does not pick up files with + a suffix like .sh. This commit changes the completion + file to be installed as kiwi-ng without the suffix + and Fixes #1603 + +------------------------------------------------------------------- +Tue Nov 03 15:48:36 CET 2020 - Marcus Schäfer <[email protected]> + +- Update integration tests console setup + + Update all integration tests to use a serial tty console setup + and also to use a serial bootloader setup. This Fixes #1518 + +------------------------------------------------------------------- +Mon Nov 02 18:01:56 CET 2020 - Marcus Schäfer <[email protected]> + +- Refactor VolumeManager + + This commit refactors VolumeManager to turn it into a proper + factory class and to also include type hints to facilitate it's + use from an API POV. Related to #1498 + +------------------------------------------------------------------- +Mon Nov 02 16:57:46 CET 2020 - David Cassany <[email protected]> + +- Do not exclude filesystem folders in OCI images + + This commit does not exclude filesystem folders during the rsync call + in OCI images. It has been noted that including an empty /dev folder does + not hurt and it can eventually help to work around some limitations of + container related tools such as buildah. + + Fixes bsc#1176129 + +------------------------------------------------------------------- +Mon Nov 02 16:43:51 CET 2020 - Marcus Schäfer <[email protected]> + +- Refactor RootImport + + This commit refactors RootImport to turn it into a proper + factory class and to also include type hints to facilitate it's + use from an API POV. Related to #1498 + +------------------------------------------------------------------- +Mon Nov 02 15:44:29 CET 2020 - Marcus Schäfer <[email protected]> + +- Set displayname in simple disk test + + Use the simple disk integration test to test the setup + of the displayname attribute. It is expected that this + image has the configured displayname set in the grub + menu. The verification of this setting should be done + in a functional test at openQA which we are currently + working on + +------------------------------------------------------------------- +Mon Nov 02 12:24:16 CET 2020 - Marcus Schäfer <[email protected]> + +- Refactor DiskFormat + + This commit refactors DiskFormat to turn it into a proper + factory class and to also include type hints to facilitate it's + use from an API POV. Related to #1498 + +------------------------------------------------------------------- +Mon Nov 02 10:43:26 CET 2020 - Marcus Schäfer <[email protected]> + +- Refactor SolverRepository + + This commit refactors SolverRepository to turn it into a proper + factory class and to also include type hints to facilitate it's + use from an API POV. Related to #1498 + +------------------------------------------------------------------- +Mon Nov 02 10:06:22 CET 2020 - Marcus Schäfer <[email protected]> + +- Set GRUB_DISTRIBUTOR if requested via displayname + + If the image description explicitly specifies a displayname + it is expected that the bootloader shows this in the menu. + Therefore in case displayname is set GRUB_DISTRIBUTOR will + be set if grub2 is in use. This partially reverts #1420 + and Fixes #1575 + +------------------------------------------------------------------- +Wed Oct 28 12:44:11 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.19 → 9.21.20 + +------------------------------------------------------------------- +Thu Oct 22 10:47:25 CEST 2020 - Marcus Schäfer <[email protected]> + +- Deleted yast from test-image-qcow-openstack + + yast is not part of the testing queue in kiwi integration tests + +------------------------------------------------------------------- +Wed Oct 21 15:06:50 CEST 2020 - Marcus Schäfer <[email protected]> + +- Obsolete config functions baseMount/baseCleanMount + + The above methods are obsolete since kiwi handles these + mount/umount processes as part of the core builder code. + This Fixes #1536 + +------------------------------------------------------------------- +Wed Oct 21 14:51:46 CEST 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.18 → 9.21.19 + +------------------------------------------------------------------- +Tue Oct 20 20:51:05 CEST 2020 - Marcus Schäfer <[email protected]> + +- Allow custom root volume name setup + + In addition to the custom size of the root volume it's now + also possible to setup the name of the root volume as follows: + + <volume name="@root=rootlv"/> + + If no name for the root volume is specified the default + name: LVRoot applies as before. This Fixes #1530 + +------------------------------------------------------------------- +Tue Oct 20 12:10:15 CEST 2020 - Marcus Schäfer <[email protected]> + +- Rename image build tests + + To use the image builds in openQA they have to have a unique + name such that it cannot happen that a cached version of an ++++ 132 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes ++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.11331/python-kiwi.changes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.VVAwvF/_old 2020-11-06 23:44:32.843327310 +0100 +++ /var/tmp/diff_new_pack.VVAwvF/_new 2020-11-06 23:44:32.847327302 +0100 @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.21.17 +Version: 9.21.23 Provides: kiwi-schema = 7.2 Release: 0 Url: https://github.com/OSInside/kiwi @@ -345,6 +345,7 @@ # to set up the build environment... BuildRequires: dracut %endif +Requires: dracut-kiwi-lib = %{version}-%{release} Requires: util-linux Requires: dracut License: GPL-3.0-or-later @@ -433,7 +434,7 @@ %{_bindir}/kiwi-ng-3* %{_bindir}/kiwicompat-3* %{python3_sitelib}/kiwi* -%{_usr}/share/bash-completion/completions/kiwi-ng.sh +%{_usr}/share/bash-completion/completions/kiwi-ng %{_defaultdocdir}/python-kiwi/LICENSE %{_defaultdocdir}/python-kiwi/README ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.VVAwvF/_old 2020-11-06 23:44:32.887327225 +0100 +++ /var/tmp/diff_new_pack.VVAwvF/_new 2020-11-06 23:44:32.887327225 +0100 @@ -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.21.17 +pkgver=9.21.23 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=('1823efaf3892bec7b0ea06177ae51ccf') +md5sums=('b994e3ec1548715f19cbfa03f83066fe') build() { ++++++ python-kiwi.tar.gz ++++++ ++++ 3820 lines of diff (skipped)
