Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2018-08-07 09:40:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Tue Aug  7 09:40:28 2018 rev:30 rq:626923 version:9.16.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2018-07-13 
10:12:06.209798770 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes     
2018-08-07 09:40:32.333044660 +0200
@@ -1,0 +2,284 @@
+Mon Jul 30 13:21:16 CEST 2018 - [email protected]
+
+- Bump version: 9.16.5 → 9.16.6
+  
+-------------------------------------------------------------------
+Mon Jul 30 11:53:23 CEST 2018 - [email protected]
+  
+- Fix result bundle command
+  
+  This commits fixes a regression introduced in 98c9c77a
+  
+-------------------------------------------------------------------
+Mon Jul 30 09:47:39 CEST 2018 - [email protected]
+  
+- Bump version: 9.16.4 → 9.16.5
+  
+-------------------------------------------------------------------
+Mon Jul 30 08:44:12 CEST 2018 - [email protected]
+  
+- Fixup validation of boottimeout attribute
+  
+  If boottimeout is set to zero it is evaluated as "not set"
+  and the default applies. However it's a fairly well approach
+  to set a zero second boot timeout. This Fixes #789
+  
+-------------------------------------------------------------------
+Fri Jul 27 12:27:18 CEST 2018 - [email protected]
+  
+- Do not replace version from the image name
+  
+  This commit makes sure that replacing version to version plus the
+  build id on resulting files happens only on version suffixes. Before
+  that if image name was including the version string it, this part was
+  also replaced.
+  
+  Fixes #787 (bsc#1102868)
+  
+-------------------------------------------------------------------
+Fri Jul 27 12:25:23 CEST 2018 - [email protected]
+  
+- Extending result bundle task tests to better cover corner cases
+  
+  This commit adds some tests to better cover a couple of cases:
+  * image name contains the version of the image
+  * the file in result does not include the version
+    
+-------------------------------------------------------------------
+Wed Jul 25 16:35:26 CEST 2018 - [email protected]
+    
+- Cleanup misleading error message
+  
+  In root_bind if the cleanup failed to remove a directory
+  hierarchy the error message was just displaying the path
+  as it would be on the host root and not based on the root
+  of the image root tree.
+  
+-------------------------------------------------------------------
+Tue Jul 24 17:39:38 CEST 2018 - [email protected]
+  
+- Modify python-yaml dependency for CentOS and RHEL 7
+  
+  This commit fixes #785
+  
+-------------------------------------------------------------------
+Fri Jul 20 12:37:41 CEST 2018 - [email protected]
+  
+- Do not run Codacy analysis on tests
+  
+-------------------------------------------------------------------
+Thu Jul 19 17:05:03 CEST 2018 - [email protected]
+  
+- Fixup DiskFormatOva implementation
+  
+  The inheritance and super call concept used in this class
+  destroys the OO design concept of loosely coupled code
+  and also leads to a broken build because it bypasses the
+  post_init constructor called by the base class
+  
+-------------------------------------------------------------------
+Mon Jul 16 17:47:40 CEST 2018 - [email protected]
+  
+- Exclude tests in codacy analysis
+  
+-------------------------------------------------------------------
+Mon Jul 16 17:22:58 CEST 2018 - [email protected]
+  
+- Bump version: 9.16.3 → 9.16.4
+  
+-------------------------------------------------------------------
+Mon Jul 16 17:13:21 CEST 2018 - [email protected]
+  
+- Added grub2 module packages for GCE test build
+  
+-------------------------------------------------------------------
+Mon Jul 16 17:03:46 CEST 2018 - [email protected]
+  
+- Fixup timezone and keytable setup for GCE build
+  
+-------------------------------------------------------------------
+Mon Jul 16 16:56:29 CEST 2018 - [email protected]
+  
+- Second round of package fixes for GCE test build
+  
+-------------------------------------------------------------------
+Mon Jul 16 16:50:41 CEST 2018 - [email protected]
+  
+- Update schema for GCE build test to latest version
+  
+-------------------------------------------------------------------
+Mon Jul 16 16:09:28 CEST 2018 - [email protected]
+  
+- Fixup package list for GCE test build
+  
+-------------------------------------------------------------------
+Mon Jul 16 16:06:31 CEST 2018 - [email protected]
+  
+- Added Google Compute Engine build test
+  
+-------------------------------------------------------------------
+Mon Jul 16 13:07:38 CEST 2018 - [email protected]
+  
+- Deleted obsolete landscape setup
+  
+  Code quality is checked via codacy now
+  
+-------------------------------------------------------------------
+Mon Jul 16 13:07:21 CEST 2018 - [email protected]
+  
+- Rebuild schema documentation
+  
+-------------------------------------------------------------------
+Mon Jul 16 12:46:31 CEST 2018 - [email protected]
+  
+- Fixed building VMware images with pvscsi adapter
+  
+  Qemu does not natively support the pvscsi adapter type.
+  However there is a VMware suggested procedure which allows
+  to change the lsilogic setup to pvscsi inside of the DDB
+  of a formerly created lsilogic configured image format.
+  This patch implementes that procedure and
+  Fixes bsc#1099569
+  
+-------------------------------------------------------------------
+Mon Jul 16 11:04:05 CEST 2018 - [email protected]
+  
+- Rebuild schema documentation
+  
+-------------------------------------------------------------------
+Mon Jul 16 10:33:53 CEST 2018 - [email protected]
+  
+- Bump version: 9.16.2 → 9.16.3
+  
+-------------------------------------------------------------------
+Fri Jul 13 15:56:33 CEST 2018 - [email protected]
+  
+- Fixed name of checksum file for pxe type
+  
+  The pxe image build generates among others a checksum
+  file with the suffix '.md5' This file is read by the
+  legacy netboot code and is expected to have the same
+  basename as the image file itself. However if the
+  compressed attribute is set the image file name is
+  set to 'image.xz' and the checksum is named 'image.xz.md5'
+  which is wrong because 'image.md5' is expected. This
+  patch makes sure the checksum file is always set
+  to 'image.md5' no matter if the compressed flag is
+  configured or not
+  
+-------------------------------------------------------------------
+Fri Jul 13 15:47:21 CEST 2018 - [email protected]
+  
+- Fixed custom_args argument assignment in BootImage
+  
+  custom_args has been deleted from BootImageKiwi class
+  but was still passed in the Factory
+  
+-------------------------------------------------------------------
+Fri Jul 13 10:29:30 CEST 2018 - [email protected]
+  
+- Added runtime check for label use
+  
+  Added check_volume_label_used_with_lvm to check if
+  custom volume labels are used in the scope of LVM
+  
+-------------------------------------------------------------------
+Fri Jul 13 09:13:13 CEST 2018 - [email protected]
+  
+- Fixed GCE image file name
+  
+  In former times Google requires the image name to follow
+  their naming conventions. However that seems to have changed
+  and it is no longer required to match a certain pattern.
+  Thus this patch changes the output name of the GCE tar file
+  to use the same naming schema as KIWI applies to its output
+  files
+  
+-------------------------------------------------------------------
++++ 87 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes

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

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.WGpL65/_old  2018-08-07 09:40:32.829045524 +0200
+++ /var/tmp/diff_new_pack.WGpL65/_new  2018-08-07 09:40:32.833045531 +0200
@@ -38,7 +38,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.16.2
+Version:        9.16.6
 Provides:       kiwi-schema = 6.6
 Release:        0
 Url:            https://github.com/SUSE/kiwi
@@ -83,7 +83,7 @@
 %if 0%{?fedora} || 0%{?suse_version}
 Recommends:     jing
 %endif
-%if 0%{?debian} || 0%{?ubuntu}
+%if 0%{?debian} || 0%{?ubuntu} || 0%{?fedora} || 0%{?rhel}
 Requires:       python-yaml
 %else
 Requires:       python-PyYAML

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


Reply via email to