diff --git a/PKGBUILD b/PKGBUILD index c304eb8..2213e0d 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.8 +pkgver=10.0.9 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=('514901f75644ed6dceb31210164a4ec4') +md5sums=('541898fcbc46dc47b024f1a24a79ac58') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index e6c6b53..193e548 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Mar 27 17:44:16 CET 2024 - Marcus Schäfer + +- Bump version: 10.0.8 → 10.0.9 + +------------------------------------------------------------------- +Mon Mar 25 12:26:24 CET 2024 - Marcus Schäfer + +- Live ISO Wait for udev events after repart + + Make sure to wait for the event queue to become empty after + the creation of the write partition. When kiwi calls the + code to create the write partition this emits new udev events. + It's important to wait for the event queue to become empty + to avoid a potential regression on the use of the device nodes. + In the processing of the events it can happen that a device + gets removed and re-added. If we don't want for udev + to process the entire queue it can happen that the + wrong block device is used. This wrong selection is only + possible because the way how hybrid ISOs are designed exposes + both, the disk and the partition for the root device with + the same label. This Fixes bsc#1213595 + ------------------------------------------------------------------- Sat Mar 23 14:15:28 CET 2024 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 542df70..d3eff00 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -44,7 +44,7 @@ %endif Name: python-kiwi -Version: 10.0.8 +Version: 10.0.9 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 b596e54..88917b8 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:4786db5adf23b0857fd5bf80b8e2808671ceb5e090c38888b0623cc644a45536 -size 1007063 +oid sha256:aec1a75602eb3c7627f5ce17377bd022bfa002f9f14c67a1fa4189442d8bd292 +size 1005331