Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2021-02-23 20:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Tue Feb 23 20:18:33 2021 rev:74 rq:873030 version:9.23.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2021-02-04 
20:23:23.978764641 +0100
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new.2378/python-kiwi.changes        
2021-02-23 20:20:01.395635458 +0100
@@ -1,0 +2,455 @@
+Tue Feb 16 15:34:09 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Bump version: 9.23.15 ??? 9.23.16
+
+-------------------------------------------------------------------
+Mon Feb 15 17:59:51 CET 2021 - David Cassany <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- Bump version: 9.23.14 ??? 9.23.15
+
+-------------------------------------------------------------------
+Fri Feb 12 15:17:52 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Update documentation
+
+  Mention the cross arch build capability of the boxbuild
+  command. Also update the example box used in the self
+  container build chapter
+
+-------------------------------------------------------------------
+Fri Feb 12 11:21:03 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Allow to specify OBS credentials in runtime config
+
+  In preparation to the new obs kiwi plugin this commit adds
+  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 <[email protected]>
+
+- 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 <[email protected]>
+
+- Update build_status helper for box plugin
+
+  The suse box has been renamed to tumbleweed
+
+-------------------------------------------------------------------
+Fri Feb 12 10:19:53 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Update documentation
+
+  Fixed link list to integration tests
+
+-------------------------------------------------------------------
+Fri Feb 12 10:16:50 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Added rawhide test status to build_status helper
+
+-------------------------------------------------------------------
+Fri Feb 12 10:15:50 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Added Fedora Rawhide integration tests
+
+-------------------------------------------------------------------
+Thu Feb 11 22:20:25 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Followup fix for RuntimeConfig refactor
+
+  The refactor of the RuntimeConfig made sure the runtime config
+  file is read in only once. But if the file exists and is empty
+  after yaml.safe_load like in the kiwi package provided
+  /etc/kiwi.yml which contains all config options as comments,
+  the code still reads in the file with every new instance of
+  RuntimeConfig. This commit fixes this condition
+
+-------------------------------------------------------------------
+Thu Feb 11 17:35:44 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Fixed test-image-vagrant for Leap
+
+  Use the correct release package
+
+-------------------------------------------------------------------
+Thu Feb 11 17:35:20 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Fixed test-image-docker-derived for Leap
+
+  Use the right derived from location
+
+-------------------------------------------------------------------
+Thu Feb 11 17:21:47 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Fixed test-image-docker for Leap
+
+  Nothing provides grub
+
+-------------------------------------------------------------------
+Thu Feb 11 17:16:52 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Delete test-image-pxe from leap tests
+
+  We don't continue development of netboot code. Thus there is
+  only one test for the old netboot system on TW. People are
+  advised to move to oem remote deployment or the kis type
+  using custom(non kiwi) dracut extensions
+
+-------------------------------------------------------------------
+Thu Feb 11 17:04:47 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- test-image-MicroOS does not build for leap
+
+  Looks like this concept is not available on Leap
+
+-------------------------------------------------------------------
+Thu Feb 11 16:59:49 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Added integration tests for Leap
+
+-------------------------------------------------------------------
+Thu Feb 11 15:54:02 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Update documentation
+
+  Location for integration tests has changed
+
+-------------------------------------------------------------------
+Thu Feb 11 15:49:39 CET 2021 - Marcus Sch??fer <[email protected]>
+
+- Deleted x86/suse integration tests
+
++++ 269 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.2378/python-kiwi.changes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.kDCvpZ/_old  2021-02-23 20:20:02.475636413 +0100
+++ /var/tmp/diff_new_pack.kDCvpZ/_new  2021-02-23 20:20:02.479636417 +0100
@@ -43,7 +43,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.23.12
+Version:        9.23.16
 Provides:       kiwi-schema = 7.3
 Release:        0
 Url:            https://github.com/OSInside/kiwi
@@ -245,6 +245,7 @@
 Requires:       lvm2
 Requires:       parted
 Requires:       kpartx
+Requires:       cryptsetup
 Requires:       kiwi-systemdeps-core = %{version}-%{release}
 
 %description -n kiwi-systemdeps-filesystems

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.kDCvpZ/_old  2021-02-23 20:20:02.519636452 +0100
+++ /var/tmp/diff_new_pack.kDCvpZ/_new  2021-02-23 20:20:02.519636452 +0100
@@ -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.12
+pkgver=9.23.16
 pkgrel=0
 pkgdesc="KIWI - Appliance Builder Next Generation"
 url="https://github.com/SUSE/kiwi/tarball/master";
@@ -12,7 +12,7 @@
 provides=(kiwi-ng kiwi)
 source=("${pkgname}.tar.gz")
 changelog="${pkgname}.changes"
-md5sums=('ca6bbfcd83bcb6fd1b8d72bf905b27d1')
+md5sums=('853701a5acbe3737fdf20b7a7aeef8f6')
 
 
 build() {

++++++ python-kiwi.tar.gz ++++++
++++ 2976 lines of diff (skipped)

Reply via email to