Hello community,

here is the log from the commit of package python3-kiwi for openSUSE:Factory 
checked in at 2017-02-08 11:05:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python3-kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-kiwi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-kiwi/python3-kiwi.changes        
2017-01-18 21:56:14.694046184 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kiwi.new/python3-kiwi.changes   
2017-02-08 11:05:02.525606589 +0100
@@ -1,0 +2,267 @@
+Fri Feb  3 15:18:57 CET 2017 - m...@suse.com
+
+- Bump version: 9.0.1 → 9.0.2
+  
+-------------------------------------------------------------------
+Fri Feb  3 15:17:27 CET 2017 - m...@suse.com
+  
+- Added uri translation for SUSE factory
+  
+  The obs uri 'obs://openSUSE:Factory/standard' does not follow
+  the standard http url translation schema and needed a special
+  handling in order to resolve correctly
+  
+-------------------------------------------------------------------
+Thu Feb  2 15:56:42 CET 2017 - m...@suse.com
+  
+- Eliminate instsource element and requirements
+  
+  The schema defintions for kiwi v8 still contained the
+  product schema definitions aka instsource which is no
+  longer supported by this version of kiwi. Building
+  SUSE products is done with the kiwi v7 code base and
+  will most probably be handled by an extra product
+  builder tool in the future maintained and developed
+  by the buildservice team. We would be proud if the api
+  of the kiwi v8 code base can be helpful for the product
+  builder in the future
+  
+-------------------------------------------------------------------
+Wed Feb  1 15:56:36 CET 2017 - m...@suse.com
+  
+- Bump version: 9.0.0 → 9.0.1
+  
+-------------------------------------------------------------------
+Wed Feb  1 15:30:06 CET 2017 - m...@suse.com
+  
+- Added arch attribute for ignore section
+  
+  The packages subsection <ignore> only accepted a package
+  name to become ignored. However a <package> subsection
+  to install a package allows for an arch selection. The
+  same should apply to ignore a package. In addition the
+  allowed content for the arch attribute has been changed
+  from simple text to a regular expression. Allowed is a
+  comma seperated list of reserved architecture words like
+  they are displayed by uname -m
+  
+-------------------------------------------------------------------
+Wed Feb  1 11:25:00 CET 2017 - m...@suse.com
+  
+- User format method to form the message
+  
+-------------------------------------------------------------------
+Wed Feb  1 11:14:32 CET 2017 - m...@suse.com
+  
+- Added support for package locking for zypper
+  
+  Zypper supports the al (add lock) command which allows to ignore
+  a package in the dependecny resolution process. This is useful
+  to prevent installation of a package which was pulled in by e.g
+  a recommendation flag from the spec file. Packages marked to be
+  ignored are not handled for apt and yum right now. Using this
+  feature together with an unsupported package manager backend
+  results in a warning to the user
+  
+-------------------------------------------------------------------
+Wed Feb  1 10:44:07 CET 2017 - dcass...@suse.com
+  
+- Included some file naming convetions
+  
+-------------------------------------------------------------------
+Mon Jan 30 18:12:06 CET 2017 - dcass...@suse.com
+  
+- Components of an Image Description section
+  
+  This commit extends the doc/sources/workflow.rst documentation
+  by including details about config.sh and images.sh files.
+  
+-------------------------------------------------------------------
+Fri Jan 27 14:21:48 CET 2017 - m...@suse.com
+  
+- Bump version: 8.29.6 → 9.0.0
+  
+-------------------------------------------------------------------
+Thu Jan 26 15:42:20 CET 2017 - m...@suse.com
+  
+- Update documentation
+  
+  Add information about new hook: handleMachineID
+  
+-------------------------------------------------------------------
+Thu Jan 26 15:17:26 CET 2017 - m...@suse.com
+  
+- Bump version: 8.29.5 → 8.29.6
+  
+-------------------------------------------------------------------
+Thu Jan 26 14:38:37 CET 2017 - m...@suse.com
+  
+- Fixup isolinux timeout configuration
+  
+  isolinux counts the timeout in units of 1/10 seconds.
+  Thus the value provided in the image description needs
+  to be adapted correctly. This Fixes #228
+  
+-------------------------------------------------------------------
+Thu Jan 26 11:37:28 CET 2017 - m...@suse.com
+  
+- Bump version: 8.29.4 → 8.29.5
+  
+-------------------------------------------------------------------
+Thu Jan 26 11:35:13 CET 2017 - m...@suse.com
+  
+- Fixup setupMachineID
+  
+  Cleaning up existing machine id files by deleting them
+  causes an interactive session to be started by systemd
+  This is something we don't want. As the consequences
+  of touching the machine id files seems to be too critical
+  the method has been turned into a hook caller. This
+  allows the user to make use of it on their own purpose
+  and by default doesn't mess with the machine id files
+  
+-------------------------------------------------------------------
+Tue Jan 24 09:47:48 CET 2017 - m...@suse.com
+  
+- Bump version: 8.29.3 → 8.29.4
+  
+-------------------------------------------------------------------
+Tue Jan 24 09:46:13 CET 2017 - m...@suse.com
+  
+- Change processing of setupMachineID
+  
+  Instead of creating new machine ids for systemd and dbus
+  the method now cleans up all existing machine ids and
+  leave it up to systemd to initialize and create new ids.
+  This allows to make use of the native way how systemd
+  retrieves and handles machine ids
+  
+-------------------------------------------------------------------
+Tue Jan 24 09:40:58 CET 2017 - m...@suse.com
+  
+- Fixup typo in ReST style
+  
+-------------------------------------------------------------------
+Tue Jan 24 09:17:49 CET 2017 - m...@suse.com
+  
+- Bump version: 8.29.2 → 8.29.3
+  
+-------------------------------------------------------------------
+Mon Jan 23 17:25:39 CET 2017 - m...@suse.com
+  
+- Add utils.sysconfig to api documentation
+  
+-------------------------------------------------------------------
+Mon Jan 23 11:20:05 CET 2017 - m...@suse.com
+  
+- Completion for grub bootloader configuration
+  
+  The configuration files /etc/sysconfig/bootloader and
+  /etc/default/grub needs to be created/updated with the
+  relevant values regarding the bootloader setup done by
+  kiwi. This Fixes #226
+  
+-------------------------------------------------------------------
+Fri Jan 20 16:00:59 CET 2017 - m...@suse.com
+  
+- Apply volume attributes for btrfs and lvm
+  
+  The chattr utility is used to apply file attributes
+  So far only the no-copy-on-write attribute can be
+  specified in a volume setup. If further attributes
+  are needed they will be added on demand
+  
+-------------------------------------------------------------------
+Fri Jan 20 10:22:00 CET 2017 - m...@suse.com
+  
+- Added attributes element in volume type
+  
+-------------------------------------------------------------------
+Thu Jan 19 15:53:48 CET 2017 - m...@suse.com
+  
+- Added volume attribute copy_on_write
+  
+  The copy_on_write attribute allows to activate or deactivate
+  the copy on write functionality for the desired volume.
+  This Fixes #218
+  
+-------------------------------------------------------------------
+Thu Jan 19 14:47:27 CET 2017 - m...@suse.com
+  
+- Make sure there is a storage default setup on s390
+  
+  Storage disks on s390 requires an information about the
+  type and the blocksize. In case these information is not
+  provided in the kiwi XML configuration, None was set as
+  value in the zipl configuration which lead to an error.
+  This commit provides default values for those parameters
++++ 70 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python3-kiwi/python3-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python3-kiwi.new/python3-kiwi.changes

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

Other differences:
------------------
++++++ python3-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.4MFuko/_old  2017-02-08 11:05:04.449338384 +0100
+++ /var/tmp/diff_new_pack.4MFuko/_new  2017-02-08 11:05:04.453337827 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-kiwi
-Version:        8.29.0
+Version:        9.0.2
 Release:        0
 Provides:       kiwi-schema = 6.2
 Url:            https://github.com/SUSE/kiwi

++++++ python3-kiwi.tar.gz ++++++
++++ 7382 lines of diff (skipped)


Reply via email to