Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2017-05-04 15:05:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Thu May  4 15:05:14 2017 rev:4 rq:492691 version:9.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2017-04-20 
20:57:24.629149938 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes     
2017-05-04 15:05:16.867017499 +0200
@@ -1,0 +2,167 @@
+Wed Apr 26 17:29:31 CEST 2017 - [email protected]
+
+- Bump version: 9.5.0 → 9.6.0
+  
+-------------------------------------------------------------------
+Wed Apr 26 14:12:33 CEST 2017 - [email protected]
+  
+- Additional container commandline options
+  
+  Added --set-container-derived-from and --set-container-tag
+  commandline options which allows to overwrite the data set
+  in the XML configuration
+  
+-------------------------------------------------------------------
+Tue Apr 25 17:41:01 CEST 2017 - [email protected]
+  
+- Implement obsrepositories source on derived_from
+  
+  The following reference to a derived container:
+  
+  obsrepositories:/container#latest
+  
+  Will be translated into the following buildservice
+  local path:
+  
+  /usr/src/packages/SOURCES/containers/_obsrepositories/container#latest
+  
+-------------------------------------------------------------------
+Tue Apr 25 15:28:38 CEST 2017 - [email protected]
+  
+- Implement obs source on derived_from
+  
+  The following reference to a derived container:
+  
+  obs:/project/repo/container#tag
+  
+  Will be translated into the following buildservice
+  local path:
+  
+  /usr/src/packages/SOURCES/containers/project/repo/container#tag
+  
+-------------------------------------------------------------------
+Tue Apr 25 15:25:04 CEST 2017 - [email protected]
+  
+- Use urlparse to detect uri scheme
+  
+  The source location postfix can contain several different
+  formats e.g :/, or :// or even just :, python's urlparse
+  is able to cope with all that which allows to work with
+  the url scheme base name and thus makes handling this
+  code more robust
+  
+-------------------------------------------------------------------
+Mon Apr 24 13:22:03 CEST 2017 - [email protected]
+  
+- Bump version: 9.4.11 → 9.5.0
+  
+-------------------------------------------------------------------
+Mon Apr 24 12:29:44 CEST 2017 - [email protected]
+  
+- Include '--delete' in OCI images DataSync
+  
+  This commit includes #310 patch for OCI images.
+  
+  It also corrects the end of line format for kiwi/container/docker.py
+  and test/unit/container_image_docker_test.py, so flake tests are all
+  green.
+  
+-------------------------------------------------------------------
+Thu Apr 20 12:55:24 CEST 2017 - [email protected]
+  
+- Include --delete flag in DataSync for docker images
+  
+  This commit includes the --delete flag in order to synchronize the
+  docker images. This is relevant for derived images where the new
+  layer might not only add files, but also remove something from the
+  base image.
+  
+  Fixes #309
+  
+-------------------------------------------------------------------
+Thu Apr 13 22:05:46 CEST 2017 - [email protected]
+  
+- Define correct default locations for sources-dir and preferences-dir
+  
+  In order to ensure that the defined repositories in the KIWI configuration
+  are set to the correct places for installing into the image, the
+  sources-dir and preferences-dir need to be redefined to point to the
+  in-image location, as it is done for the other package managers.
+  
+-------------------------------------------------------------------
+Thu Apr 13 21:59:36 CEST 2017 - [email protected]
+  
+- Do not purge the repositories before inserting them
+  
+  There are no good reasons to be purging the repo directories, especially
+  when it is common for some distributions (Red Hat/CentOS/Fedora, for example)
+  to ship repository configuration as packages. Deleting them puts the package
+  manager in the system into a weird state, so we want to avoid this.
+  
+-------------------------------------------------------------------
+Thu Apr 13 18:18:20 CEST 2017 - [email protected]
+  
+- Fix default reposdir path for Yum
+  
+-------------------------------------------------------------------
+Thu Apr 13 13:35:33 CEST 2017 - [email protected]
+  
+- Add support for OCI images
+  
+  This commit adds support for OCI images. Most of the docker related
+  code is reused for OCI classes and Docker classes have been refactored
+  so now they are a splecialization of the OCI classes. It is done this
+  way since KIWI internally only uses OCI format to operate with
+  containers, therefore docker images just differ from OCI images by
+  the way they are packaged or unpackaged.
+  
+-------------------------------------------------------------------
+Wed Apr 12 14:46:52 CEST 2017 - [email protected]
+  
+- Add clear attribute for entrypoint and subcommand sections
+  
+  This commit adds the possibility of clearing asny subcommand or
+  entrypoint. This is relevant for docker derived images, as they
+  inherit the configuration and it might lead to some bad behavior.
+  
+-------------------------------------------------------------------
+Wed Apr 12 14:09:43 CEST 2017 - [email protected]
+  
+- Bump version: 9.4.10 → 9.4.11
+  
+-------------------------------------------------------------------
+Wed Apr 12 12:06:43 CEST 2017 - [email protected]
+  
+- Add require/recommend installation support for yum
+  
+  This commit adds support to install required only or required plus
+  recommended packages using yum as the package manager.
+  
+-------------------------------------------------------------------
+Wed Apr 12 10:04:36 CEST 2017 - [email protected]
+  
+- Add support for required/recommended packages
+  
+  This commit enables support to install only required packages
+  or install required plus recommended packages.
+  
+-------------------------------------------------------------------
+Tue Apr 11 17:45:39 CEST 2017 - [email protected]
+  
+- Include 'plusRecommended' management for dnf
+  
+  Add support to enable/disable installation of recommended packages
+  for dnf package manager. With this commit 'plusRecommended'
+  patternType triggers on installation of recommended packages, which
+  is turned off by default.
+  
+-------------------------------------------------------------------
+Tue Apr 11 16:12:11 CEST 2017 - [email protected]
+  
+- Make sure debian repositories database is populated before install
+  
+  This commit includes an 'apt-get update' call before any 'apt-get
+  install' command. This way the packages database is always ready,
+  even if no bootstrap procedure has been executed.
+  
+-------------------------------------------------------------------
@@ -62,0 +230,10 @@
+  
+-------------------------------------------------------------------
+Wed Apr  5 14:31:49 CEST 2017 - [email protected]
+  
+- Bypass bootstrap procedure if no bootstrap packages section
+  
+  This commit updates kiwi to bypass bootstrap procedure in case
+  there is no bootstrap packages section.
+  
+  It also adds extra validation in root_bind.

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

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.Sr9tiq/_old  2017-05-04 15:05:19.214686040 +0200
+++ /var/tmp/diff_new_pack.Sr9tiq/_new  2017-05-04 15:05:19.218685476 +0200
@@ -67,7 +67,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.4.10
+Version:        9.6.0
 Release:        0
 Provides:       kiwi-schema = 6.5
 Url:            https://github.com/SUSE/kiwi

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


Reply via email to