Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2017-06-17 10:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Sat Jun 17 10:22:37 2017 rev:7 rq:504203 version:9.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2017-06-04 
02:00:10.153319059 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes     
2017-06-17 10:22:46.781525442 +0200
@@ -1,0 +2,137 @@
+Fri Jun  9 14:12:57 CEST 2017 - [email protected]
+
+- Bump version: 9.7.1 → 9.7.2
+  
+-------------------------------------------------------------------
+Fri Jun  9 12:33:03 CEST 2017 - [email protected]
+  
+- Update rpm-check-signatures documentation
+  
+-------------------------------------------------------------------
+Fri Jun  9 11:51:35 CEST 2017 - [email protected]
+  
+- Fix default location repository config file for apt
+  
+  This commit fixes the apt config file management for default
+  locations. The template subsitution always needs to be executed
+  providing all the substitution parameters, as it does not make any
+  kind of default assumption when parameters are missing.
+  
+  Fixes #370
+  
+-------------------------------------------------------------------
+Fri Jun  9 11:14:45 CEST 2017 - [email protected]
+  
+- Revert "Refactor detection code for grub directory name"
+  
+  The former detection of the grub directory name in boot was
+  correct whereas the new code introduced a problem.
+  This reverts commit b3e4b871d52da2b5ab579d592ccc7ae39de75339.
+  This Fixes #371
+  
+-------------------------------------------------------------------
+Thu Jun  8 16:54:50 CEST 2017 - [email protected]
+  
+- Include repository_gpgcheck and package_gpgcheck documentation
+  
+-------------------------------------------------------------------
+Thu Jun  8 16:25:30 CEST 2017 - [email protected]
+  
+- Improve package/repository signature checking setup
+  
+  This commit adds repository_gpgcheck and package_gpgcheck attributes
+  to the repository tag in schema. With this change each repository
+  can be configured individualy to enable repository signatures check
+  and/or enable signature package check. The configuration is done at
+  repository level, thus it is not conflicting with the wide package
+  manager configuration flag <rpm-signatures-check>.
+  
+  Fixes #358
+  
+-------------------------------------------------------------------
+Thu Jun  8 16:01:05 CEST 2017 - [email protected]
+  
+- Update PXE building chapter
+  
+  Redesign PXE building chapter to follow style guide.
+  Thanks to Thomas Schraitle for review and additional
+  contributions to this topic. This Fixes #323
+  
+-------------------------------------------------------------------
+Thu Jun  8 14:46:39 CEST 2017 - [email protected]
+  
+- Update chapter due to review
+  
+-------------------------------------------------------------------
+Thu Jun  8 14:25:52 CEST 2017 - [email protected]
+  
+- Update OEM building chapter
+  
+  Redesign building chapter to follow style guide. Issue #323
+  
+-------------------------------------------------------------------
+Thu Jun  8 10:56:29 CEST 2017 - [email protected]
+  
+- Bump version: 9.7.0 → 9.7.1
+  
+-------------------------------------------------------------------
+Thu Jun  8 10:05:12 CEST 2017 - [email protected]
+  
+- Refactor detection code for grub directory name
+  
+  The method get_grub_boot_directory_name was based on checking
+  for the name of the grub2 install tool, but this is not always
+  reliable because the name of the grub2 install tool has no
+  direct connection to the grub2 path. The method changes in a
+  way that it checks for the presence of the grub2 installation
+  directory which is /usr/lib/grub or /usr/lib/grub2. Depending
+  on the result the location in boot is /boot/grub or /boot/grub2
+  which seems to be a more reliable check
+  
+-------------------------------------------------------------------
+Wed Jun  7 22:37:07 CEST 2017 - [email protected]
+  
+- Fixup detection of grub directory name
+  
+  In order to put grub data to boot/grub2 or boot/grub a check for
+  the grub2-tool vs. grub-tool name is performed. This requires
+  access to the image root directory on a file basis which is not always
+  applicable. When setting up the grub bootloader for e.g EFI boot on
+  an iso image the rootfs can't be directly accessed because the iso
+  image contains the rootfs in a compressed format. This commit
+  refactors the check to be generic for all image types
+  
+-------------------------------------------------------------------
+Wed Jun  7 18:36:19 CEST 2017 - [email protected]
+  
+- Fixup EFI setup for iso images
+  
+  The embedded efi fat image on the iso filesystem must follow
+  the same rules compared to the setup on a disk
+  
+-------------------------------------------------------------------
+Wed Jun  7 09:06:41 CEST 2017 - [email protected]
+  
+- Fix docstring and apply ReST markup
+  
+  Avoids the the following warning:
+  
+  Definition list ends without a blank line; unexpected unindent.
+  
+  Docstring contains ReST markup from
+  
http://www.sphinx-doc.org/en/stable/domains.html#cross-referencing-python-objects
+  
+-------------------------------------------------------------------
+Tue Jun  6 16:57:02 CEST 2017 - [email protected]
+  
+- Some corrections for Building Docker image docs
+  
+-------------------------------------------------------------------
+Tue Jun  6 11:01:47 CEST 2017 - [email protected]
+  
+- Rearrange Docker docs
+  
+  This commit rearranges the Docker image builds documentation
+  in order to match the criteria exposed in #323
+  
+-------------------------------------------------------------------
@@ -57,0 +195,10 @@
+Wed May 31 16:36:17 CEST 2017 - [email protected]
+  
+- Allow vendor specific grub config file location
+  
+  On e.g Fedora systems the EFI grub config file for secure
+  boot systems is expected to be located in the vendor
+  specific efi boot directory from where the shim loader
+  gets loaded by the firmware
+  
+-------------------------------------------------------------------
@@ -110,0 +258,5 @@
+Mon May 29 12:33:51 CEST 2017 - [email protected]
+  
+- Use glob pattern to match shim modules
+  
+-------------------------------------------------------------------
@@ -131,0 +284,10 @@
+  
+-------------------------------------------------------------------
+Wed May 24 17:51:08 CEST 2017 - [email protected]
+  
+- Added fallback setup for grub secure boot
+  
+  The current implementation is based on the presence of the
+  shim-install tool. This tool does not exist on all distributions.
+  In case shim-install is not present a kiwi fallback solution
+  applies. Fixes #337

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

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.Z3m43y/_old  2017-06-17 10:22:53.544571410 +0200
+++ /var/tmp/diff_new_pack.Z3m43y/_new  2017-06-17 10:22:53.544571410 +0200
@@ -67,7 +67,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.7.0
+Version:        9.7.2
 Release:        0
 Provides:       kiwi-schema = 6.5
 Url:            https://github.com/SUSE/kiwi

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


Reply via email to