diff --git a/PKGBUILD b/PKGBUILD index 78558c8..486c701 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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.2.10 +pkgver=10.2.12 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ makedepends=(make gcc python-build python-docopt python-installer python-lxml py provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('84f2bafc3002f5a4c83cabd627c16f6f') +md5sums=('db16017d9f5ffa00eb04895a7180058d') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 6a73bed..5297c1f 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Wed Feb 26 17:39:37 CET 2025 - Marcus Schäfer + +- Bump version: 10.2.11 → 10.2.12 + +------------------------------------------------------------------- +Wed Feb 26 16:17:40 CET 2025 - Marcus Schäfer + +- Fix profile env variable name regression + + In the effort of adapting to the latest snapper in Issue #2697 + we overlooked the after effect of a different variable name + in the profile environment with regards to $kiwi_btrfs_root_is_snapshot + and $kiwi_btrfs_root_is_snapper_snapshot. Image builds that + references the former variable name would be broken by the change. + This commit makes sure no regression is introduced by providing + both variants. This Fixes bsc#1237772 + +------------------------------------------------------------------- +Tue Feb 25 11:51:49 CET 2025 - Marcus Schäfer + +- Fix grub mkimage call for the ppc platform + + The list of modules used to create a grub platform image for + ppc was the same list as used for the x86 bios platform. + This commit fixes this and also cleans up the inconsistency + and misleading names used for creating platform specific + output. This Fixes #2738 + +------------------------------------------------------------------- +Sun Feb 16 17:41:04 CET 2025 - Marcus Schäfer + +- Bump version: 10.2.10 → 10.2.11 + +------------------------------------------------------------------- +Sun Feb 16 15:47:46 CET 2025 - Marcus Schäfer + +- Update box plugin documentation + + Add chapter about new container build feature. The + box plugin can now also run the build in containers + +------------------------------------------------------------------- +Tue Feb 11 18:29:44 CET 2025 - Marcus Schäfer + +- The ubuntu 20.04 github runner is closing down + + Make sure to move to another runner for workloads which + still uses ubuntu 20.04 + ------------------------------------------------------------------- Sun Feb 09 20:16:13 CET 2025 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index f22cf77..2084a6c 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -52,7 +52,7 @@ %endif Name: python-kiwi -Version: 10.2.10 +Version: 10.2.12 Provides: kiwi-schema = 8.1 Release: 0 Url: https://github.com/OSInside/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index b2467e2..e1be75b 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ea54c7da7e40f3db0a58036a5445f3c93328a161c7f50501ddbe39a6dffc22c -size 1055584 +oid sha256:af5616b257f0c0542b3944b55beaa8edf12a3936eb6f8b371f85a0ae39b1def1 +size 1056389