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-04-24 23:06:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Sat Apr 24 23:06:34 2021 rev:77 rq:887366 version:9.23.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2021-03-29 
18:21:20.574235544 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new.12324/python-kiwi.changes       
2021-04-24 23:06:37.467180255 +0200
@@ -1,0 +2,114 @@
+Wed Apr 14 20:52:04 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.24 ??? 9.23.25
+
+-------------------------------------------------------------------
+Wed Apr 14 14:35:37 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Update zypp.conf architecture setting
+
+  Make sure the architecture is set as parameter in the
+  zypp.conf file used for building the image. This is needed
+  to allow differentiation between host arch and image arch
+  for cross image build environments
+
+-------------------------------------------------------------------
+Wed Apr 14 12:53:28 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added option to set the image target architecture
+
+  The option --target-arch allows to set the architecture
+  used to build the image. By default this is the host
+  architecture. Please note, if the specified architecture
+  name does not match the host architecture and is therefore
+  requesting a cross architecture image build, it's important
+  to understand that for this process to work a preparatory
+  step to support the image architecture and binary format
+  on the building host is required and is not considered a
+  responsibility of kiwi. There will be a followup effort
+  on providing a plugin for kiwi which should be used to
+  manage the needed binfmt settings for cross arch image
+  builds
+
+-------------------------------------------------------------------
+Mon Apr 12 10:43:33 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added openssl to the core requires
+
+  openssl is used in kiwi to construct a password hash
+  if the plaintext password feature for user settings
+  is used. This Fixes bsc#1184128
+
+-------------------------------------------------------------------
+Sun Apr 11 20:38:27 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.23 ??? 9.23.24
+
+-------------------------------------------------------------------
+Fri Apr 09 12:56:33 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Decommission obsolete code reaching EOL
+
+  Use the @decommissioned decorator to raise for API methods
+  that a over the obsoletion period
+
+-------------------------------------------------------------------
+Fri Apr 09 10:55:49 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added mypy call to tox target
+
+  For the tox unit_pyX targets, mypy static type checking
+  is now called prior tests. This references Issue 1644
+
+-------------------------------------------------------------------
+Tue Apr 06 20:36:57 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Complete strong typing for API methods
+
+  Added required code changes to let mypy pass when running
+  from the toplevel kiwi namespace. This now finally
+  Fixes #1644
+
+-------------------------------------------------------------------
+Mon Apr 05 13:22:24 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.22 ??? 9.23.23
+
+-------------------------------------------------------------------
+Wed Mar 31 12:51:51 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added optional post_bootstrap.sh script hook
+
+  After the bootstrap phase a script post_bootstrap.sh is executed
+  in a chroot process which allows to add/modify system settings
+  prior the completion of the system installation. This helps
+  users for example with custom package manager settings and
+  Fixes #1763 as well as Fixes #1782
+
+-------------------------------------------------------------------
+Tue Mar 30 15:17:47 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Update documentation
+
+  Add information about new volume filesystem_check attribute
+
+-------------------------------------------------------------------
+Tue Mar 30 11:29:56 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Allow to enable volumes for filesystem check
+
+  The new attribute <volume ... filesystem_check="true|false"/>
+  allows to change the default value for the fs_passno field in
+  the generated fstab file. By default kiwi sets "0" in this
+  field and leaves it up to the user to customize this as
+  appropriate via script code. Coding changes to the fstab file
+  via scripts are not very user friendly and with respect that
+  systemd takes over control and generates checkers depending on
+  the value of fs_passno it would be good if there is a way to
+  explicitly specify if checks to the filesystem are wanted or
+  not. Therefore the new attribute now exists. If set to: true
+  this results in a value of "2" for the fs_passno field. Please
+  note the root/boot and efi entries are excluded from this
+  setup. This Fixes #1728
+
+-------------------------------------------------------------------
@@ -6226,0 +6341,5 @@
+
+-------------------------------------------------------------------
+Tue Aug 20 21:42:37 CEST 2019 - Andreas Schwab <sch...@suse.de>
+
+- Add support for riscv64

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

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.mQXSRJ/_old  2021-04-24 23:06:38.091181138 +0200
+++ /var/tmp/diff_new_pack.mQXSRJ/_new  2021-04-24 23:06:38.091181138 +0200
@@ -43,7 +43,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.23.22
+Version:        9.23.25
 Provides:       kiwi-schema = 7.4
 Release:        0
 Url:            https://github.com/OSInside/kiwi
@@ -113,6 +113,7 @@
 Requires:       mtools
 Requires:       rsync
 Requires:       tar >= 1.2.7
+Requires:       openssl
 
 %description -n kiwi-systemdeps-core
 This metapackage installs the necessary system dependencies

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.mQXSRJ/_old  2021-04-24 23:06:38.127181189 +0200
+++ /var/tmp/diff_new_pack.mQXSRJ/_new  2021-04-24 23:06:38.127181189 +0200
@@ -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.22
+pkgver=9.23.25
 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=('ff6e3eda54574ec54b5650b4cc242b8f')
+md5sums=('907db8e1dabc9172cc618974e74d77ff')
 
 
 build() {

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

Reply via email to