From cf9331694b444329a7a3aa2318aa0d6c85ad7d2aa3330591002dbb15fad175b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 27 Mar 2024 16:47:22 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=2010.0.8=20=E2=86=92=2010.0?= =?UTF-8?q?.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=244 --- PKGBUILD | 4 ++-- python-kiwi.changes | 23 +++++++++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) 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