From 1538e53afdf7584035361f0d854c0ec705533d7776511bf98a85ebd89931912a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 23 Aug 2022 09:54:59 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.24.47=20=E2=86=92=209.2?= =?UTF-8?q?4.48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed kexec options setup in kiwi-dump-reboot The dracut module 99kiwi-dump-reboot creates an options list for kexec. Under certain conditions the options list can contain multiple spaces which leads to an error when calling kexec. This commit makes sure to trim white spaces. This Fixes #2178 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=223 --- PKGBUILD | 4 ++-- python-kiwi.changes | 16 ++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6ba96ba..d836950 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=9.24.47 +pkgver=9.24.48 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep) provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('650368cc4e288f186d0b1dcc05001c92') +md5sums=('9c2e5b4f06ffb1b28092b2fccbaaae80') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index bc75cd9..28854f4 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 23 11:48:16 CEST 2022 - Marcus Schäfer + +- Bump version: 9.24.47 → 9.24.48 + ------------------------------------------------------------------- Wed Aug 10 20:40:42 CEST 2022 - Marcus Schäfer @@ -29,6 +34,17 @@ Tue Aug 09 15:43:44 CEST 2022 - Marcus Schäfer class does not recognize this information as a valid URI and throws an exception +------------------------------------------------------------------- +Tue Aug 09 15:17:55 CEST 2022 - Marcus Schäfer + +- Fixed kexec options setup in kiwi-dump-reboot + + The dracut module 99kiwi-dump-reboot creates an options + list for kexec. Under certain conditions the options + list can contain multiple spaces which leads to an error + when calling kexec. This commit makes sure to trim + white spaces. This Fixes #2178 + ------------------------------------------------------------------- Sun Aug 07 19:14:01 CEST 2022 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 8b97c1a..f7de428 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.24.47 +Version: 9.24.48 Provides: kiwi-schema = 7.5 Release: 0 Url: https://github.com/OSInside/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 8c02146..6f541db 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:a3655b283edc418cf5784f1f0ea2479eac65bf6c4f6adaa210b34840881c4c50 -size 2212013 +oid sha256:bfd81a5e9d6a31456b6ac26242718ec727dd13b949e511601cde0d25cb501578 +size 2199610