- Bump version: 10.1.14 → 10.1.15

- 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:
  <containers source="registry.suse.com" backend="podman">
  <container name="some" tag="some" path="/some/path"/>

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=269
This commit is contained in:
Marcus Schäfer 2024-10-21 13:08:51 +00:00 committed by Git OBS Bridge
parent 13329d0c02
commit 76d52ecb2c
4 changed files with 70 additions and 5 deletions

View File

@ -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() {

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Mon Oct 21 15:01:08 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 10.1.14 → 10.1.15
-------------------------------------------------------------------
Thu Oct 17 21:01:46 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed sphinx_rtd_theme setup
Delete obsolete display_version attribute
-------------------------------------------------------------------
Thu Oct 17 20:58:08 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- 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 <marcus.schaefer@gmail.com>
- 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 <marcus.schaefer@gmail.com>
- Update TW integration tests
The package x86info was dropped from TW
-------------------------------------------------------------------
Wed Oct 16 16:50:19 CEST 2024 - Dan Čermák <dcermak@suse.com>
- 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 <marcus.schaefer@gmail.com>
- Add new containers section
Allow to specify references to OCI containers in the
image description like in the following example:
<containers source="registry.suse.com" backend="podman">
<container name="some" tag="some" path="/some/path"/>
</containers>
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 <marcus.schaefer@gmail.com>

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91205d8c8b669072e34bc4fc7752edd0a492933a7096ec24b47094b30fdaeb3f
size 1038627
oid sha256:b605280a6a82086931abd7e6531e67f792abb63d295a3843f8d74d9e4b1bcde3
size 1042582