Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2018-12-10 12:25:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Mon Dec 10 12:25:26 2018 rev:34 rq:653664 version:9.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2018-10-23 
20:36:10.768846156 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new.19453/python-kiwi.changes       
2018-12-10 12:25:31.982695060 +0100
@@ -1,0 +2,318 @@
+Fri Nov  9 11:23:16 CET 2018 - m...@suse.de
+
+- Bump version: 9.17.0 → 9.17.1
+  
+-------------------------------------------------------------------
+Fri Nov  9 11:05:22 CET 2018 - dcass...@suse.de
+  
+- Little code styling fix
+  
+-------------------------------------------------------------------
+Fri Nov  9 09:56:33 CET 2018 - m...@suse.de
+  
+- Fixed oem installer
+  
+  In the implementation of the ramdisk installer from
+  SUSE/ramdisk_deployment(4fdeee3faa3) an error for the
+  standard case was introduced such that the lsblk call
+  was invalid. This lead to no devices being present
+  for the installation. This patch Fixes #877
+  
+-------------------------------------------------------------------
+Thu Nov  8 16:34:35 CET 2018 - dcass...@suse.de
+  
+- Fix rsync call for filesystem images
+  
+  For filesystem images the rsync call was missing a finale slash for
+  the source path causing the sync also the containing directory. With
+  this change the filesystem image does not include the rootfs in any
+  subdirectory.
+  
+  Fixes #875
+  
+-------------------------------------------------------------------
+Tue Nov  6 16:31:37 CET 2018 - dcass...@suse.de
+  
+- Add history metadata for container builds
+  
+  This commit adds the history section in contianerconfig. With it
+  'author', 'created_by' and 'comment' can be customized. In addition
+  'created' is always included with the image creation date time.
+  'created_by' entry is set to 'KIWI __version__' by default if nothing
+  is provided.
+  
+  Fixes #852
+  
+-------------------------------------------------------------------
+Tue Nov  6 15:20:59 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.36 → 9.17.0
+  
+-------------------------------------------------------------------
+Tue Nov  6 11:58:03 CET 2018 - m...@suse.de
+  
+- Change bundling of image formats
+  
+  By default none of the image formats were stored as compressed
+  file. The reason behind this was the assumption that some
+  formats automatically makes use of compression, which is true
+  but only in their processing and not in their data blocks at
+  creation time. Storage and handling of the image file itself
+  becomes cumbersome and therefore we change the default bundle
+  setup for image formats to be compressed. This means the image
+  as it gets packed by KIWI needs to be uncompressed before use.
+  The following image formats are affected by the change in a
+  call of the result bundler:
+  
+  kiwi result bundle ...
+  
+  * qcow2 (.qcow2.xz)
+  * vdi   (.vdi.xz)
+  * vhd   (.vhd.xz)
+  * vhdx  (.vhdx.xz)
+  * vmdk  (.vmdk.xz)
+    
+    All other image formats already defined a custom bundling
+    setup including compression and are not affected by this change.
+    This Fixes #650
+    
+-------------------------------------------------------------------
+Tue Nov  6 11:00:18 CET 2018 - m...@suse.de
+    
+- Fixed firmware strip and lookup for kiwi initrd
+  
+  In a kiwi initrd the function baseStripFirmware can be
+  used to strip down the firmware to the actually used
+  kernel drivers in that initrd. The code to do this was
+  broken due to the changes in #64cb5b003140a. This
+  patch done by Ruediger Oertel <r...@suse.de> fixes the
+  method to work correctly again.
+  
+-------------------------------------------------------------------
+Tue Nov  6 10:39:21 CET 2018 - seife+...@b1-systems.com
+  
+- kiwi-partitions-lib: wait for udev before lsblk
+  
+  A LVM-enabled oem image spuriously did not resize its PV / LVs. Tracking
+  this down, I discovered that lsblk was sometimes racing with udev and
+  the disk was just not available during get_partition_node_name().
+  Call udev_pending() before all lsblk calls to avoid that.
+  (lsblk man page also advocates this to synchronize with udev)
+  
+-------------------------------------------------------------------
+Tue Nov  6 10:11:08 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.35 → 9.16.36
+  
+-------------------------------------------------------------------
+Tue Nov  6 10:09:44 CET 2018 - m...@suse.de
+  
+- Bypass Jekyll processing for github pages
+  
+  sphinx uses directories that start with underscores which
+  Jekyll considers these to be special resources and does not copy
+  them to the final site.
+  
+-------------------------------------------------------------------
+Mon Nov  5 22:21:25 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.34 → 9.16.35
+  
+-------------------------------------------------------------------
+Mon Nov  5 22:20:11 CET 2018 - m...@suse.de
+  
+- Revert last travis.yml change
+  
+  This reverts commit 7fb7e8c39fa861b6226d54e04483be8e96a5f8be.
+  
+-------------------------------------------------------------------
+Mon Nov  5 22:14:37 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.33 → 9.16.34
+  
+-------------------------------------------------------------------
+Mon Nov  5 22:13:38 CET 2018 - m...@suse.de
+  
+- Next try to fixup pypi deployment
+  
+  Reset to encrypted password hash which worked before
+  
+-------------------------------------------------------------------
+Mon Nov  5 16:30:28 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.32 → 9.16.33
+  
+-------------------------------------------------------------------
+Mon Nov  5 16:29:58 CET 2018 - m...@suse.de
+  
+- Move pypi secret to secure variable on travis
+  
+-------------------------------------------------------------------
+Mon Nov  5 16:25:44 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.31 → 9.16.32
+  
+-------------------------------------------------------------------
+Mon Nov  5 16:24:35 CET 2018 - m...@suse.de
+  
+- Use travis-sphinx to generate github pages doc
+  
+  The output from the sphinx build does not render css
+  and java script correctly on github pages, thus switch
+  back to travis-sphinx to generate that data
+  
+-------------------------------------------------------------------
+Mon Nov  5 15:30:17 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.30 → 9.16.31
+  
+-------------------------------------------------------------------
+Mon Nov  5 15:29:42 CET 2018 - m...@suse.de
+  
+- Move github token to secure variable on travis
+  
+-------------------------------------------------------------------
+Mon Nov  5 14:58:04 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.29 → 9.16.30
+  
+-------------------------------------------------------------------
+Mon Nov  5 14:56:57 CET 2018 - m...@suse.de
+  
+- Run pages deployment before pypi
+  
+  In addition update the pypi secret
+  
+-------------------------------------------------------------------
+Mon Nov  5 14:08:04 CET 2018 - m...@suse.de
+  
+- Move travis references to .com domain
+  
+-------------------------------------------------------------------
+Mon Nov  5 14:03:45 CET 2018 - m...@suse.de
+  
+- Bump version: 9.16.28 → 9.16.29
+  
+-------------------------------------------------------------------
+Mon Nov  5 12:34:51 CET 2018 - dcass...@suse.de
++++ 121 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.19453/python-kiwi.changes

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

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.OQkdM3/_old  2018-12-10 12:25:34.890692158 +0100
+++ /var/tmp/diff_new_pack.OQkdM3/_new  2018-12-10 12:25:34.894692153 +0100
@@ -38,7 +38,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.16.27
+Version:        9.17.1
 Provides:       kiwi-schema = 6.6
 Release:        0
 Url:            https://github.com/SUSE/kiwi

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


Reply via email to