diff --git a/PKGBUILD b/PKGBUILD index e5d9025..c304eb8 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.0.7 +pkgver=10.0.8 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=('6318864f445822be04faa67bed5904f4') +md5sums=('514901f75644ed6dceb31210164a4ec4') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 848e9a3..e6c6b53 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Mar 23 14:15:28 CET 2024 - Marcus Schäfer + +- Bump version: 10.0.7 → 10.0.8 + +------------------------------------------------------------------- +Fri Mar 22 16:35:10 CET 2024 - Marcus Schäfer + +- Fix zipl setup for use with custom btrfs root vol + + In the setup case that btrfs is used for the system and + the root partition is on a custom named volume (not /), + this information was not passed to the zipl bootloader + instance and this caused the mounting of the overall + root system to fail. This commit fixes it + +------------------------------------------------------------------- +Fri Mar 22 10:33:04 CET 2024 - Marcus Schäfer + +- Allow ignore stanza in bootstrap + + So far the stanza was only effective when placed + as part of the type="image" packages section. This commit + allows to place it also to the type="bootstrap" packages. + This Fixes #2499 + ------------------------------------------------------------------- Wed Mar 20 15:11:54 CET 2024 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 374ce24..542df70 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -44,7 +44,7 @@ %endif Name: python-kiwi -Version: 10.0.7 +Version: 10.0.8 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 5405786..b596e54 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:40c2e0ea1414d73e05cc72eb1af0f7a744239d8453b9e59e25e7aec62636874b -size 1004983 +oid sha256:4786db5adf23b0857fd5bf80b8e2808671ceb5e090c38888b0623cc644a45536 +size 1007063