diff --git a/PKGBUILD b/PKGBUILD index 9db899b..e9b5b68 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.23.15 +pkgver=9.23.16 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=('3d3ba17ead63a8da56b6a68752eb5469') +md5sums=('853701a5acbe3737fdf20b7a7aeef8f6') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 675aa0e..b8b1b02 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Tue Feb 16 15:34:09 CET 2021 - Marcus Schäfer + +- Bump version: 9.23.15 → 9.23.16 + +------------------------------------------------------------------- +Mon Feb 15 17:59:51 CET 2021 - David Cassany + +- Fix lsblk flags to get sorted output + + This commit modifies the lsblk command flags to get a sorted output + according to the disk layout. + + This is related to 176c7eab commita and it fixes bsc#1182264 + +------------------------------------------------------------------- +Mon Feb 15 16:44:47 CET 2021 - Marcus Schäfer + +- Fixed kiwi-systemdeps-filesystems requires + + The filesystems requires list also contains low level + tools to manage partitions, loops and subsystems. The tools + to manage LUKS(cryptsetup) are missing and imho belongs there + along with the LVM tools which are listed + +------------------------------------------------------------------- +Mon Feb 15 15:55:49 CET 2021 - David Cassany + +- Add strong typing for filesystem classes + + This commit strong typing for FileSystem* classes. + + Part of #1644 + +------------------------------------------------------------------- +Mon Feb 15 13:36:17 CET 2021 - Marcus Schäfer + +- Added ca-certificates-mozilla to build tests + + ca-certificates-mozilla provides the issuer CERT to allow + for https repo connections. The standard ca-certificates is + not enough on suse/leap/sles based integration tests + +------------------------------------------------------------------- +Sat Feb 13 22:33:36 CET 2021 - Marcus Schäfer + +- Fixed packaging metadata for pypi + + Include the README as long description in the metadata + for pypi. The change causes the description on pypi.org + to show the ReST rendered README instead of a message + that the author of the module hasn't provided a description + +------------------------------------------------------------------- +Sat Feb 13 17:56:55 CET 2021 - Marcus Schäfer + +- Delete legacy oem build test from leap + + The legacy custom kiwi boot test will only continue + to exist on tumbleweed without any warranty + +------------------------------------------------------------------- +Fri Feb 12 15:19:22 CET 2021 - David Cassany + +- Include a note about rpm's curl requirement to import remote keys + + This commits add a note in the KIWI installation page to warn users rpm + requires curl utility in order to import remote keys from a URI. + + Fixes #1680 + ------------------------------------------------------------------- Fri Feb 12 15:19:21 CET 2021 - Marcus Schäfer @@ -21,6 +92,19 @@ Fri Feb 12 11:21:03 CET 2021 - Marcus Schäfer an opportunity to store obs credentials such that the plugin could also be used in a non-interactive way +------------------------------------------------------------------- +Fri Feb 12 11:06:35 CET 2021 - Jesus Bermudez Velazquez + +- Add strong typing for the following API methods + + kiwi/storage/device_provider + kiwi/storage/disk + kiwi/storage/loop_device + kiwi/storage/luks_device + kiwi/storage/mapped_device + + This references issue #1644 + ------------------------------------------------------------------- Fri Feb 12 10:41:56 CET 2021 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 064af50..121dc07 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.23.15 +Version: 9.23.16 Provides: kiwi-schema = 7.3 Release: 0 Url: https://github.com/OSInside/kiwi @@ -245,6 +245,7 @@ Requires: squashfs-tools Requires: lvm2 Requires: parted Requires: kpartx +Requires: cryptsetup Requires: kiwi-systemdeps-core = %{version}-%{release} %description -n kiwi-systemdeps-filesystems diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 0547ac0..b7862a7 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:2b7f6ee097aeabcc3b74cd837e679e9c2d626ce10a9a1cbcbb43b7d7218bb226 -size 1924330 +oid sha256:3c821705389afec45443a821804220ab5099570a34464c158639ae7031d81205 +size 1930698