SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.23.15 → 9.23.16

- 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

- 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

- Add strong typing for filesystem classes
  This commit strong typing for FileSystem* classes.
  Part of #1644

- 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

- 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

- Delete legacy oem build test from leap
  The legacy custom kiwi boot test will only continue

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=194
This commit is contained in:
Marcus Schaefer 2021-02-17 08:10:09 +00:00 committed by Git OBS Bridge
parent ca9be86105
commit a9eb104cde
4 changed files with 90 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=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() {

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Tue Feb 16 15:34:09 CET 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 9.23.15 → 9.23.16
-------------------------------------------------------------------
Mon Feb 15 17:59:51 CET 2021 - David Cassany <dcassany@suse.com>
- 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 <ms@suse.de>
- 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 <dcassany@suse.com>
- 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 <ms@suse.de>
- 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 <ms@suse.de>
- 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 <ms@suse.de>
- 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 <dcassany@suse.com>
- 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 <ms@suse.de>
@ -21,6 +92,19 @@ Fri Feb 12 11:21:03 CET 2021 - Marcus Schäfer <ms@suse.de>
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 <jesus.bv@suse.com>
- 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 <ms@suse.de>

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b7f6ee097aeabcc3b74cd837e679e9c2d626ce10a9a1cbcbb43b7d7218bb226
size 1924330
oid sha256:3c821705389afec45443a821804220ab5099570a34464c158639ae7031d81205
size 1930698