forked from pool/python-kiwi
- Bump version: 10.0.8 → 10.0.9
- 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
This commit is contained in:
parent
d86f5580e4
commit
cf9331694b
4
PKGBUILD
4
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() {
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 17:44:16 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.0.8 → 10.0.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 12:26:24 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4786db5adf23b0857fd5bf80b8e2808671ceb5e090c38888b0623cc644a45536
|
||||
size 1007063
|
||||
oid sha256:aec1a75602eb3c7627f5ce17377bd022bfa002f9f14c67a1fa4189442d8bd292
|
||||
size 1005331
|
||||
|
Loading…
x
Reference in New Issue
Block a user