Hello community,

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

Package is "python-kiwi"

Tue May  8 13:32:20 2018 rev:26 rq:604053 version:9.14.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2018-04-17 
11:10:48.109308038 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes     
2018-05-08 13:32:21.644334175 +0200
@@ -1,0 +2,319 @@
+Fri May  4 10:52:28 CEST 2018 - [email protected]
+
+- Bump version: 9.14.6 → 9.14.7
+  
+-------------------------------------------------------------------
+Fri May  4 10:23:12 CEST 2018 - [email protected]
+  
+- Fixed check for volume group in use
+  
+  The former implementation evaluates the output of the vgs
+  command and set the volume group as in use if one of the
+  listed volume groups on the host contains the group name
+  set by the image description. This would also match if the
+  group name set in the image description is e.g 'System' and
+  the a volume group on the host with name 'SystemVG' exists.
+  However a conflict only exists on exact match of the name.
+  The proposed fix is to use the --select feature from vgs
+  and let it show information on exact match of the vg_name
+  field. The code in kiwi then just evaluates if the selection
+  by vgs has a value or not. This Fixes #721
+  
+-------------------------------------------------------------------
+Fri May  4 09:07:04 CEST 2018 - [email protected]
+  
+- Fix setup of kiwi_lvm profile variable
+  
+  kiwi_lvm was always set to true if a volume management system
+  is in use. However it should only be set to true if the
+  selected volume management system is lvm. The same applies
+  to the kiwi_lvmgroup variable which also only makes sense
+  if the lvm volume management system is used.
+  This Fixes bsc#1090427
+  
+-------------------------------------------------------------------
+Mon Apr 30 16:12:52 CEST 2018 - [email protected]
+  
+- Bump version: 9.14.5 → 9.14.6
+  
+-------------------------------------------------------------------
+Thu Apr 26 15:40:01 CEST 2018 - [email protected]
+  
+- Extend test-image-azure integration test
+  
+  Use xfs as filesystem and set a tag to also test image tags
+  
+-------------------------------------------------------------------
+Thu Apr 26 10:48:29 CEST 2018 - [email protected]
+  
+- Use /dev/zero to really write a zero byte
+  
+  The cleanup of the 512 byte block for the vhdfixed tag
+  was based on reading from /dev/null which does effectively
+  nothing. As the block should be filled with zero bytes
+  this patch changes the source from /dev/null to /dev/zero
+  This was found by tests to reproduce the issue reported
+  in bsc#1090953 but is not causing it
+  
+-------------------------------------------------------------------
+Tue Apr 24 15:33:18 CEST 2018 - [email protected]
+  
+- Add test for the utils class StringToSize
+  
+  This commit adds a couple of unit tests for the StringToSize class.
+  
+-------------------------------------------------------------------
+Tue Apr 24 11:23:43 CEST 2018 - [email protected]
+  
+- Bump version: 9.14.4 → 9.14.5
+  
+-------------------------------------------------------------------
+Tue Apr 24 11:23:08 CEST 2018 - [email protected]
+  
+- Run doc target in travis test stage
+  
+-------------------------------------------------------------------
+Tue Apr 24 11:21:15 CEST 2018 - [email protected]
+  
+- Fixup doc conf.py
+  
+  Do not load kiwi logging which is unneeded and causes many
+  superfluous messages on the console when sphinx build runs
+  
+-------------------------------------------------------------------
+Tue Apr 24 11:20:46 CEST 2018 - [email protected]
+  
+- Fixup docstring warning from sphinx build
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:57:31 CEST 2018 - [email protected]
+  
+- Fixup travis unit test stages
+  
+  Build docs in deployment stage only
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:52:12 CEST 2018 - [email protected]
+  
+- Include doc_travis_deploy in travis deploy stage
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:33:24 CEST 2018 - [email protected]
+  
+- Fixed syntax errors shown by travis lint
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:29:53 CEST 2018 - [email protected]
+  
+- Revert "Fixup travis.yml"
+  
+  This reverts commit 79ccbdff394e2aba4f1e8fb6390a9a8e0d1925e2.
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:29:29 CEST 2018 - [email protected]
+  
+- Revert "Yet another try to get travis stages correct"
+  
+  This reverts commit aca057c3554795b79c651f63a58967138d00f3c8.
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:24:11 CEST 2018 - [email protected]
+  
+- Yet another try to get travis stages correct
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:11:51 CEST 2018 - [email protected]
+  
+- Fixup travis.yml
+  
+  Looks like empty lines are not allowed
+  
+-------------------------------------------------------------------
+Tue Apr 24 10:05:00 CEST 2018 - [email protected]
+  
+- Revert "Clearly separate unittest stage from deployment"
+  
+  This reverts commit 5fd27924c931b6b60903b0015d0a8cf31cf499f7.
+  
+-------------------------------------------------------------------
+Tue Apr 24 09:59:56 CEST 2018 - [email protected]
+  
+- Bump version: 9.14.3 → 9.14.4
+  
+-------------------------------------------------------------------
+Mon Apr 23 15:45:38 CEST 2018 - [email protected]
+  
+- Some improvements on size calculation
+  
+  This commit simplifies the unpartitioned area size calculation.
+  
+  Fixes #709 and it is related to fate#323874
+  
+-------------------------------------------------------------------
+Mon Apr 23 12:22:10 CEST 2018 - [email protected]
+  
+- Clearly separate unittest stage from deployment
+  
+-------------------------------------------------------------------
+Fri Apr 20 16:39:33 CEST 2018 - [email protected]
+  
+- Use travis stages feature for pypi deployment
+  
+  Problem ist that the deploy section is called for every
+  item in the former matrix: setup. This means the pypi
+  upload was triggered twice for the same archive which
+  means one target always fails. In order to deploy only
+  once travis provides a stages feature which is used
+  in this commit
+  
+-------------------------------------------------------------------
+Fri Apr 20 15:47:39 CEST 2018 - [email protected]
+  
+- Bump version: 9.14.2 → 9.14.3
+  
+-------------------------------------------------------------------
+Fri Apr 20 15:32:29 CEST 2018 - [email protected]
+  
+- Adding unpartitioned size attribute
+  
+  This commit adds the possibility of setting some unpartitioned area
+  after the systemdisl partition into the image.
+  
+  Fixes #709
+  
+-------------------------------------------------------------------
+Fri Apr 20 10:42:36 CEST 2018 - [email protected]
+  
+- Fixed creation of machine settings file
+  
+  If no vmnic setup is present a request to iterator over
+  a NoneType object is attempted and failed. This Fixes #710
+  
+-------------------------------------------------------------------
+Thu Apr 19 17:06:42 CEST 2018 - [email protected]
+  
+- volume_manager API docs cleanup
+  
+-------------------------------------------------------------------
++++ 122 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.ksRf2J/_old  2018-05-08 13:32:22.436305599 +0200
+++ /var/tmp/diff_new_pack.ksRf2J/_new  2018-05-08 13:32:22.440305455 +0200
@@ -38,7 +38,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.14.2
+Version:        9.14.7
 Provides:       kiwi-schema = 6.6
 Release:        0
 Url:            https://github.com/SUSE/kiwi

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


Reply via email to