diff --git a/PKGBUILD b/PKGBUILD index 35f9ddc..23a3c00 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.2.0 +pkgver=10.2.1 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=('affb11980d081717ced7d015e48c6b86') +md5sums=('3f28f62fb97b9f3e159cd4d38099ae03') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 0b7702c..3743444 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Nov 26 13:14:19 CET 2024 - Marcus Schäfer + +- Bump version: 10.2.0 → 10.2.1 + +------------------------------------------------------------------- +Mon Nov 25 16:30:53 CET 2024 - Marcus Schäfer + +- Fixed use of fscreateoptions for iso type + + The information for fscreateoptions was not passed along to the + tooling if a custom filesystem attribute was specified. + This Fixes #2681 + +------------------------------------------------------------------- +Mon Nov 25 12:32:20 CET 2024 - Marcus Schäfer + +- Allow to derive from multiple containers + + Add support for multi inheritance to the derived_from attribute + In the order of a comma seperated list of docker source URI's + a base tree is created. This was possible only with one container + so far and Fixes #2680 as well as jira#OBS-354 + ------------------------------------------------------------------- Thu Nov 21 11:52:53 CET 2024 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index d39eec8..2bf5e69 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -52,7 +52,7 @@ %endif Name: python-kiwi -Version: 10.2.0 +Version: 10.2.1 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 de65d2b..3f04f2b 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:a6b2055318919831bc3fdf5d4a095a98b2e87e7f9656d072280b39206bdd5a27 -size 1047391 +oid sha256:f6278f31391eb726dff0e3ab7f8e482b8d46a534701789bf285d713186052c5c +size 1047886