diff --git a/PKGBUILD b/PKGBUILD index 7e3ef2b..a3cade7 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.0.20 +pkgver=10.0.21 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=('92879b7842c6e0baad6b824c067259c0') +md5sums=('7a57fc01393c8e62449d1899cb185642') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index adcb3dd..766b69e 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jun 04 11:13:01 CEST 2024 - Marcus Schäfer + +- Bump version: 10.0.20 → 10.0.21 + +------------------------------------------------------------------- +Mon Jun 03 21:30:46 CEST 2024 - Marcus Schäfer + +- Add missing write_meta_data method to BLS base + + The standard bootloader interface class provided a method + named write_meta_data which is expected to be implemented + in the specialized bootloader implementation. For BLS + bootloaders this method was missing in the BLS base class. + write_meta_data can provide additional cmdline options + for booting. If not covered some boot options might be + missing. This patch fixes it + ------------------------------------------------------------------- Mon Jun 03 17:59:18 CEST 2024 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index fef228e..6faa549 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -44,7 +44,7 @@ %endif Name: python-kiwi -Version: 10.0.20 +Version: 10.0.21 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 66de4c5..23822bd 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:66b9145060bac8d7d686d7474c1781bece9d9482b85d107bb387e66a15401bec -size 1021092 +oid sha256:ab45ce2f9ca677515be17ed440a7c4eab70be54b4a960b6af5d3c7ccca1eea90 +size 1021124