Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2015-05-02 21:32:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2015-04-15 
17:42:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2015-05-02 
21:32:25.000000000 +0200
@@ -1,0 +2,254 @@
+Fri May  1 20:40:57 CEST 2015 - [email protected]
+
+- v7.02.42 released
+  
+-------------------------------------------------------------------
+Thu Apr 30 16:20:32 CEST 2015 - [email protected]
+  
+- Update RHEL7 JeOS template
+  
+  Added lan0 udev rule, don't use lvm to simplify setup
+  
+-------------------------------------------------------------------
+Thu Apr 30 10:51:16 CEST 2015 - [email protected]
+  
+- Fixed use of custom kernel options for recovery
+  
+  custom kernel paratmers are stored in $kiwi_cmdline inside
+  of the boot code. The information was not used for the recovery
+  grub config. Therefore a difference in kernel boot options for
+  standard boot and for recovery boot could happen which should
+  not be the case
+  
+-------------------------------------------------------------------
+Thu Apr 30 10:39:37 CEST 2015 - [email protected]
+  
+- Fixed boot_efilabel for elilo compat mode
+  
+  The efi boot label should match the title set in the bootloader
+  menu. This is should be set to kiwi_oemtitle
+  
+-------------------------------------------------------------------
+Wed Apr 29 11:45:46 CEST 2015 - [email protected]
+  
+- v7.02.41 released
+  
+-------------------------------------------------------------------
+Wed Apr 29 11:21:02 CEST 2015 - [email protected]
+  
+- Run lvcreate with --noudevsync
+  
+  This allows to build LVM images in container systems
+  which doesn't have udev running
+  
+-------------------------------------------------------------------
+Wed Apr 29 10:54:48 CEST 2015 - [email protected]
+  
+- Update SLE12 JeOS description
+  
+  The new pattern system requires libsolv >= 0.6.5 to be installed on
+  the building host. Thus solve patterns as package to stay compatible
+  with older build host systems
+  
+-------------------------------------------------------------------
+Wed Apr 29 10:51:42 CEST 2015 - [email protected]
+  
+- Added dice buildsystem config to x86 JeOS images
+  
+-------------------------------------------------------------------
+Wed Apr 29 09:06:00 CEST 2015 - [email protected]
+  
+- The linuxefi and initrdefi commands only exists on x86 and x86_64.
+  Write the grub config setting for linuxefi and initrdefi only on these
+  platforms, for all others the appropriate command is linux and initrd.
+  
+-------------------------------------------------------------------
+Fri Apr 24 12:01:52 CEST 2015 - [email protected]
+    
+- Keep terminal reset utility inside boot images
+  
+-------------------------------------------------------------------
+Fri Apr 24 09:51:42 CEST 2015 - [email protected]
+  
+- Fixed useless use of greediness modifier '+' in regex
+  
+-------------------------------------------------------------------
+Thu Apr 23 13:13:40 CEST 2015 - [email protected]
+  
+- Builder infrastructure
+  + Integrate ext* file system image builds into the "builder"
+    infrastructure to simplify and improve the structure of image builds
+    
+-------------------------------------------------------------------
+Thu Apr 23 09:51:19 CEST 2015 - [email protected]
+  
+- Style changes for mount dependency checker
+  
+  * Use here documents to construct messages
+  * Use pstree to show sub tree of processes
+  * Use perl builtin methods to read from proc
+    
+-------------------------------------------------------------------
+Wed Apr 22 21:16:46 CEST 2015 - [email protected]
+    
+- Fixed product name in SLE12 s390 JeOS
+  
+-------------------------------------------------------------------
+Wed Apr 22 21:04:08 CEST 2015 - [email protected]
+  
+- Better description for pattern use in 13.2 JeOS
+  
+-------------------------------------------------------------------
+Wed Apr 22 15:47:42 CEST 2015 - [email protected]
+  
+- Fetch errno($!) directly after call
+  
+  Reading of $! later will not provide the information
+  
+-------------------------------------------------------------------
+Wed Apr 22 15:36:57 CEST 2015 - [email protected]
+  
+- Added __checkMountDependencies runtime check
+  
+  The check looks for processes which holds onto mounts created by a
+  previos kiwi run. In such a condition kiwi is not able to release
+  its own mount table and shows information about the processes which
+  keeps these mount points busy. We still don't understand why there
+  could be non kiwi related processes holding onto mounts kiwi has
+  created during its run but kiwi should provide a way to tell this
+  information to the user and stop if the environment is still tainted
+  by such processes (bnc #895204)
+  
+-------------------------------------------------------------------
+Tue Apr 21 16:38:30 CEST 2015 - [email protected]
+  
+- Added __checkDeprecatedFilesystem runtime check
+  
+  The use of clicfs is deprecated, a hint to use overlayfs if
+  possible is shown as a warning message to the user
+  
+-------------------------------------------------------------------
+Tue Apr 21 14:56:23 CEST 2015 - [email protected]
+  
+- Delete kernel/adaptec-firmware from boot images
+  
+  For s390 there are no such packages in the SLE12 code base
+  
+-------------------------------------------------------------------
+Tue Apr 21 12:21:56 CEST 2015 - [email protected]
+  
+- v7.02.40 released
+  
+-------------------------------------------------------------------
+Tue Apr 21 12:06:24 CEST 2015 - [email protected]
+  
+- remove call to addAppdata again
+  
+  merge error
+  
+-------------------------------------------------------------------
+Mon Apr 20 15:26:43 CEST 2015 - [email protected]
+  
+- v7.02.39 released
+  
+-------------------------------------------------------------------
+Mon Apr 20 13:43:31 CEST 2015 - [email protected]
+  
+- prefer packages by priority of repositories, not by architectures.
+  
+-------------------------------------------------------------------
+Mon Apr 20 13:00:53 CEST 2015 - [email protected]
+  
+- Ensure recovery entry is appended for elilo compat
+  
+  elilo does not support adding custom entries to the written
+  grub configuration. Thus we have to make sure the recovery
+  entry doesn't get lost after a recovery run. Therefore the
+  menu entry is added as part of the installBootloader function
+  because this function is called after a recovery run while
+  the installBootloaderRecovery functions are only called once
+  at initialization time of the recovery partition
+  
+-------------------------------------------------------------------
+Mon Apr 20 12:33:31 CEST 2015 - [email protected]
+  
+- Fixed missing boot/efi mount path after recovery
+  
+  In recovery/repair mode the boot/efi path is not umounted
+  correctly when init/systemd is started. Both paths /boot and
+  /boot/efi are part of the fstab and if boot/efi is already
+  mounted when fstab is processed the mount of /boot will
+  cover and therefore hide the contents of boot/efi
+  
+-------------------------------------------------------------------
+Fri Apr 17 10:02:37 CEST 2015 - [email protected]
+  
+- v7.02.38 released
+  
+-------------------------------------------------------------------
+Thu Apr 16 10:49:09 CEST 2015 - [email protected]
+  
+- Revert "Added gptfdisk to SLE11 oemboot descriptions"
+  
+  This reverts commit 8a49b0d75f583cc4f18fdb57fb36722777e71725.
+  
+-------------------------------------------------------------------
+Thu Apr 16 10:37:18 CEST 2015 - [email protected]
+  
++++ 57 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/kiwi/kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.X8TAHj/_old  2015-05-02 21:32:27.000000000 +0200
+++ /var/tmp/diff_new_pack.X8TAHj/_new  2015-05-02 21:32:27.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        7.02.37
+Version:        7.02.42
 Release:        0
 Provides:       kiwi-image:lxc
 Provides:       kiwi-image:tbz

++++++ kiwi-docu.tar.bz2 ++++++

++++++ kiwi-repo.tar.bz2 ++++++

++++++ kiwi.tar.bz2 ++++++
++++ 4047 lines of diff (skipped)


Reply via email to