Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2024-04-17 14:45:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Wed Apr 17 14:45:23 2024 rev:113 rq:1168512 version:10.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2024-04-14 11:53:38.657302623 +0200 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new.26366/python-kiwi.changes 2024-04-17 14:45:28.530276785 +0200 @@ -1,0 +2,81 @@ +Wed Apr 17 12:28:35 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Bump version: 10.0.11 â 10.0.12 + +------------------------------------------------------------------- +Mon Apr 15 18:49:53 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Drop concept of volumes_mounted_initially + + The volume mount should be the same process no matter + if it happens for the first time or subsequently + +------------------------------------------------------------------- +Mon Apr 15 18:33:40 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Fixed mountpoint to use for read-only property + + Make sure get_mountpoint() is used to retrieve the correct + mountpoint for the root entry point. Using the self.mountpoint + member is not always correct + +------------------------------------------------------------------- +Mon Apr 15 16:43:21 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Prevent extra volume mount/umount on btrfs + + For setting up the read-only property an extra mount of the + btrfs sub-volumes was issued. However, all volumes are mounted + at that time. Thus it's not required to mount them again, resulting + in a busy state because of the auto-snapshot mounts which does + not get umounted and keeps a busy state until the lazy umount + kicks in. This Fixes #2529 + +------------------------------------------------------------------- +Tue Apr 09 14:13:08 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Fix typo in documentation main page + + Superfluous format sequence + +------------------------------------------------------------------- +Mon Apr 08 12:12:19 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Added another search path for signed EFI binaries + + Add /usr/lib/grub/*-efi-signed to search for shim signed EFI + binaries too. This Fixes #2525 + +------------------------------------------------------------------- +Thu Apr 04 17:17:42 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Bump version: 10.0.10 â 10.0.11 + +------------------------------------------------------------------- +Wed Apr 03 14:09:00 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Add schema upgrade opportunity for old schemas + + kiwi files using a schema version < 7.4 are no longer supported + by kiwi >= v10.x.x. Thus this commit provides the required + XSL stylesheets to upgrade older schemas to v74 such that they + can be consumed by the latest kiwi version. The needed xsltproc + instruction is placed on the main page of the documentation. + +------------------------------------------------------------------- +Wed Apr 03 13:42:07 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Delete kiwi compat mode + + The compat mode allowed a kiwi v7 legacy argument translation + and is obsolete since a long time + +------------------------------------------------------------------- +Wed Apr 03 12:27:02 CEST 2024 - Marcus Schäfer <marcus.schae...@gmail.com> + +- Make excludes in bootstrap effective for dnf + + Followup fix to really use the ignore information in the dnf + package manager implementation. This Fixes #2499 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.eU4ZKX/_old 2024-04-17 14:45:30.262340384 +0200 +++ /var/tmp/diff_new_pack.eU4ZKX/_new 2024-04-17 14:45:30.274340824 +0200 @@ -44,7 +44,7 @@ %endif Name: python-kiwi -Version: 10.0.10 +Version: 10.0.12 Provides: kiwi-schema = 8.1 Release: 0 Url: https://github.com/OSInside/kiwi @@ -724,11 +724,13 @@ %files -n python%{python3_pkgversion}-kiwi %dir %{_defaultdocdir}/python-kiwi +%dir %{_usr}/share/kiwi %{_bindir}/kiwi %{_bindir}/kiwi-ng %{_bindir}/kiwi-ng-3* %{python3_sitelib}/kiwi* %{_usr}/share/bash-completion/completions/kiwi-ng +%{_usr}/share/kiwi/xsl_to_v74/ %{_defaultdocdir}/python-kiwi/LICENSE %{_defaultdocdir}/python-kiwi/README ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.eU4ZKX/_old 2024-04-17 14:45:30.578351988 +0200 +++ /var/tmp/diff_new_pack.eU4ZKX/_new 2024-04-17 14:45:30.614353310 +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=10.0.10 +pkgver=10.0.12 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=('e4843b51475af492c4e38e49a1de8cb1') +md5sums=('443063a6b75cb04057fedb1fdc9ae49e') build() { ++++++ python-kiwi.tar.gz ++++++ ++++ 4281 lines of diff (skipped)