From 76d52ecb2c577a7c05ab7fc52722ea7e846c868f38f385d5af83a9db47e3bf79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 21 Oct 2024 13:08:51 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=2010.1.14=20=E2=86=92=2010.?= =?UTF-8?q?1.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed sphinx_rtd_theme setup Delete obsolete display_version attribute - Evaluate eficsm everywhere Fixed _supports_bios_modules() to take an eventually provided eficsm setup into account. The grub config still searches for i386 grub modules even if eficsm="false" is set. - Fixed debian bootstrap script calls Run scripts as commands with their native shebang and not through bash. Not all debian package scripts uses bash, some of them uses sh which can be a link to dash or other interpreters. This Fixes #2660 - Update TW integration tests The package x86info was dropped from TW - Turn DiskFormat into an ordinary class - it does not need to be an abstract base class - use f-strings where applicable instead of format() - change return type of _custom_args_for_format from list to tuple - Add new containers section Allow to specify references to OCI containers in the image description like in the following example: OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=269 --- PKGBUILD | 4 +-- python-kiwi.changes | 65 +++++++++++++++++++++++++++++++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 +-- 4 files changed, 70 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a8cf2ed..c07e739 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.1.14 +pkgver=10.1.15 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=('8876955a4f1c0eab2c60d1f105a20dbc') +md5sums=('4948394438cb54c2dee54f7b5177119f') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 78781d4..3e827e1 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Mon Oct 21 15:01:08 CEST 2024 - Marcus Schäfer + +- Bump version: 10.1.14 → 10.1.15 + +------------------------------------------------------------------- +Thu Oct 17 21:01:46 CEST 2024 - Marcus Schäfer + +- Fixed sphinx_rtd_theme setup + + Delete obsolete display_version attribute + +------------------------------------------------------------------- +Thu Oct 17 20:58:08 CEST 2024 - Marcus Schäfer + +- Evaluate eficsm everywhere + + Fixed _supports_bios_modules() to take an eventually + provided eficsm setup into account. The grub config still + searches for i386 grub modules even if eficsm="false" + is set. + +------------------------------------------------------------------- +Thu Oct 17 20:53:40 CEST 2024 - Marcus Schäfer + +- Fixed debian bootstrap script calls + + Run scripts as commands with their native shebang and not + through bash. Not all debian package scripts uses bash, some + of them uses sh which can be a link to dash or other + interpreters. This Fixes #2660 + +------------------------------------------------------------------- +Thu Oct 17 18:30:36 CEST 2024 - Marcus Schäfer + +- Update TW integration tests + + The package x86info was dropped from TW + +------------------------------------------------------------------- +Wed Oct 16 16:50:19 CEST 2024 - Dan Čermák + +- Turn DiskFormat into an ordinary class + + - it does not need to be an abstract base class + - use f-strings where applicable instead of format() + - change return type of _custom_args_for_format from list to tuple + +------------------------------------------------------------------- +Tue Oct 15 00:28:58 CEST 2024 - Marcus Schäfer + +- Add new containers section + + Allow to specify references to OCI containers in the + image description like in the following example: + + + + + + During the kiwi process the containers are fetched into a + temporary location and a systemd service is configured to + one time load the containers into the local registry at + first boot of the system. This Fixes #2663 + ------------------------------------------------------------------- Fri Oct 04 16:21:36 CEST 2024 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 7c05b12..f037031 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -52,7 +52,7 @@ %endif Name: python-kiwi -Version: 10.1.14 +Version: 10.1.15 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 34c3e6b..f3361a1 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:91205d8c8b669072e34bc4fc7752edd0a492933a7096ec24b47094b30fdaeb3f -size 1038627 +oid sha256:b605280a6a82086931abd7e6531e67f792abb63d295a3843f8d74d9e4b1bcde3 +size 1042582