From 9dd6f1d4b7d22fe911dafc5cbe50bdbdbec1420182488522943f4552764132bb Mon Sep 17 00:00:00 2001
From: Marcus Schaefer <ms@suse.com>
Date: Wed, 17 May 2017 09:11:03 +0000
Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.6.1=20=E2=86=92=209.6.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- Use 'yum-deprecated' if it exists when using Yum

  On Fedora and Mageia systems, the Yum package manager binary is named
  'yum-deprecated', and 'yum' redirects to DNF. This is a problem for
  being able to build images of Linux systems that use Yum as its package
  manager, like RHEL/CentOS 7.

  So, in order to ensure we use the right package manager, we check for
  the 'yum-deprecated' binary and use it if it exists.



- Restructure low level topic (iso_to_usb)

  The low level topic references information from the base
  topic. In this case the name of the previously built image.
  I think we should provide information on each low level
  topic which references information from a base topic.



- Handle rpm-check-signatures flag for each package manager

  This commit adds support for the rpm-check-signatures flag, which
  sets the package manager to verify or not each package signature.
  By default KIWI assumes no gpg checks are done.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=27
---
 python-kiwi.changes | 98 ++++++++++++++++++++++++++++++++++++++++++++-
 python-kiwi.spec    |  2 +-
 python-kiwi.tar.gz  |  4 +-
 3 files changed, 100 insertions(+), 4 deletions(-)

diff --git a/python-kiwi.changes b/python-kiwi.changes
index 7badbf8..cead749 100644
--- a/python-kiwi.changes
+++ b/python-kiwi.changes
@@ -1,6 +1,102 @@
+-------------------------------------------------------------------
+Wed May 17 10:52:18 CEST 2017 - ms@suse.de
+
+- Bump version: 9.6.1 → 9.6.2
+  
+-------------------------------------------------------------------
+Tue May 16 10:37:52 CEST 2017 - ngompa@datto.com
+  
+- Use 'yum-deprecated' if it exists when using Yum
+  
+  On Fedora and Mageia systems, the Yum package manager binary is named
+  'yum-deprecated', and 'yum' redirects to DNF. This is a problem for
+  being able to build images of Linux systems that use Yum as its package
+  manager, like RHEL/CentOS 7.
+  
+  So, in order to ensure we use the right package manager, we check for
+  the 'yum-deprecated' binary and use it if it exists.
+  
+-------------------------------------------------------------------
+Tue May 16 09:47:52 CEST 2017 - ms@suse.com
+  
+- Restructure low level topic (iso_to_usb)
+  
+  The low level topic references information from the base
+  topic. In this case the name of the previously built image.
+  I think we should provide information on each low level
+  topic which references information from a base topic.
+  
+-------------------------------------------------------------------
+Mon May 15 19:38:53 CEST 2017 - dcassany@suse.com
+  
+- Handle rpm-check-signatures flag for each package manager
+  
+  This commit adds support for the rpm-check-signatures flag, which
+  sets the package manager to verify or not each package signature.
+  By default KIWI assumes no gpg checks are done.
+  
+-------------------------------------------------------------------
+Mon May 15 16:02:45 CEST 2017 - toms@suse.de
+  
+- Separate low-level topics (dumping)
+  
+  * Separate the high-level (building) from the low-level part (dumping)
+  * Introduce a subsection ("Working with Images"); not sure, if this is
+    useful under "Building Images"
+  * Enhance with some (general) advise about booting from USB
+    
+-------------------------------------------------------------------
+Mon May 15 13:42:26 CEST 2017 - toms@suse.de
+    
+- Provide missing _hybrid_iso label
+  
+-------------------------------------------------------------------
+Mon May 15 11:27:02 CEST 2017 - ms@suse.com
+  
+- Fixup check_target_directory_not_in_shared_cache
+  
+  The runtime check compared the given target path if it starts
+  with the cache directory /var/cache/kiwi. This however also
+  matches for e.g /var/cache/kiwi-foo which would be a valid
+  target directory. This patch changes the matcher in a way to
+  really check if the target directory points to the same cache
+  directory structure.
+  
+-------------------------------------------------------------------
+Fri May 12 15:29:50 CEST 2017 - ms@suse.com
+  
+- Set default dracut output format to match upstream
+  
+-------------------------------------------------------------------
+Fri May 12 12:53:19 CEST 2017 - ms@suse.com
+  
+- Added dracut output file format detection
+  
+  Unfortunately the dracut initrd output file format varies between
+  the different Linux distributions. Tools like lsinitrd, and also
+  grub2 rely on the initrd output file to be in that format.
+  Thus when kiwi uses dracut the same file format should be used
+  all over the place in order to stay compatible with what the
+  distribution does. Fixes #325
+  
+-------------------------------------------------------------------
+Fri May 12 11:42:55 CEST 2017 - toms@suse.de
+  
+- Revised example for issue #323
+  
+  * Add abstract (use `.. sidebar`, not sure if we should use it)
+  * Collect all concept oriented text in the beginning
+  * Introduce procedure and create steps
+  * Remove lonely subsection and combine it with the procedure
+    
+    TODO:
+  * Review
+  * Decide, if `.. sidebar` is ok (or should we better use `.. topic`?)
+  * Add additional, related information?
+    
 -------------------------------------------------------------------
 Thu May 11 15:58:52 CEST 2017 - ms@suse.com
-
+    
 - Bump version: 9.6.0 → 9.6.1
   
 -------------------------------------------------------------------
diff --git a/python-kiwi.spec b/python-kiwi.spec
index 11176e5..ae83900 100644
--- a/python-kiwi.spec
+++ b/python-kiwi.spec
@@ -67,7 +67,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.6.1
+Version:        9.6.2
 Release:        0
 Provides:       kiwi-schema = 6.5
 Url:            https://github.com/SUSE/kiwi
diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz
index 7de7055..3972d39 100644
--- a/python-kiwi.tar.gz
+++ b/python-kiwi.tar.gz
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:877ec0c317aa57e6f34eeed7ba39b2e0cb44ceef8571abf64c534affb64fa30b
-size 3348856
+oid sha256:4fad09b695122399a1e197a2b7535b2f60c2f320b97caf8b9b15faf42510bcc0
+size 3385696