Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-06-09 16:36:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-05-28 
11:47:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-06-09 
16:36:05.000000000 +0200
@@ -1,0 +2,173 @@
+Fri Jun  7 12:35:24 CEST 2013 - m...@suse.de
+
+- v5.05.19 released
+  
+-------------------------------------------------------------------
+Fri Jun  7 11:55:12 CEST 2013 - m...@suse.de
+  
+- if the bootloader can't be installed stop the boot process
+  and print a warning message to the user. Continue the boot
+  with a wait-for-key exception (bnc #823617)
+  
+-------------------------------------------------------------------
+Thu Jun  6 15:59:32 CEST 2013 - m...@suse.de
+  
+- added support to specify the size of the root volume.
+  With regards to the latest LVM consistency checks and adaptions
+  it was only possible to set one volume as the one taking the
+  rest space. This is either the root volume or the one flagged
+  as freespace="all". The possibility to setup a specific size
+  for the root volume and define another volume to take the rest
+  space was lost. With this commit you can now optionally define
+  the size of the root volume:
+  
+  <volume name="@root" size="..." | freespace="..."/>
+  
+  I also fixed the LVM setup when used with standard vmx virtual
+  disks and introduced new consistency checks e.g it doesn't
+  make sense to specify both size and freespace for one volume
+  
+-------------------------------------------------------------------
+Tue Jun  4 17:36:32 CEST 2013 - m...@suse.de
+  
+- fixed fetchFile function. The variable $imageBlkSize is
+  not initialized, so it is better to use $chunk
+  
+-------------------------------------------------------------------
+Tue Jun  4 10:13:53 CEST 2013 - rjsch...@suse.de
+  
+- write dvd/cd device entry to vmx file if the device ide is 0 (bnc 822185)
+  
+-------------------------------------------------------------------
+Mon Jun  3 12:21:23 CEST 2013 - m...@suse.de
+  
+- fixed getSingleInstSourceSatSolvable()
+  * instead of rely on the suffix of a file it's better to
+    actually check if it's compressed or non compressed data
+    due to redirections and symlinks it might happen that a
+    file name e.g 'packages' is resolved into 'packages.en.gz'
+    kiwi downloaded the file and failed to check that it's
+    a compressed file (bnc #822247)
+    
+-------------------------------------------------------------------
+Mon Jun  3 11:53:24 CEST 2013 - m...@suse.de
+    
+- improved error output of failed schema validation
+  * also check if the converted file can be created or not
+    
+-------------------------------------------------------------------
+Mon Jun  3 11:52:39 CEST 2013 - m...@suse.de
+    
+- fixed 5.7 to 5.8 xsl stylesheet
+  
+-------------------------------------------------------------------
+Mon Jun  3 10:18:30 CEST 2013 - m...@suse.de
+  
+- fixed evaluation of oem-ataraid-scan parameter
+  
+-------------------------------------------------------------------
+Mon Jun  3 09:41:47 CEST 2013 - m...@suse.de
+  
+- fixed raw disk size calculation for split images
+  the boot partition size was not taken into account
+  
+-------------------------------------------------------------------
+Sun Jun  2 22:05:56 CEST 2013 - m...@suse.de
+  
+- added support for zfs filesystem
+  * still problems with grub2-mkconfig, can't find canonical path
+    
+-------------------------------------------------------------------
+Thu May 30 17:02:26 CEST 2013 - m...@suse.de
+    
+- preserve haveged, related to (bnc #766720)
+  
+-------------------------------------------------------------------
+Thu May 30 16:48:07 CEST 2013 - m...@suse.de
+  
+- fixed OEMRepartLVM creation of recovery partition
+  * the recovery partition eats up all free space but it should
+    use only the needed space to store the recovery data.
+    
+-------------------------------------------------------------------
+Thu May 30 11:47:39 CEST 2013 - m...@suse.de
+    
+- cleanup fix, use long option --file in grub search
+  instead of -f. That's consistent with the other grub
+  search calls
+  
+-------------------------------------------------------------------
+Wed May 29 16:41:31 CEST 2013 - m...@suse.de
+  
+- make sure udev is installed and not udev-mini
+  
+-------------------------------------------------------------------
+Wed May 29 16:00:51 CEST 2013 - m...@suse.de
+  
+- fixed search method used in grub.cfg
+  * we already moved to a uuid search in the early grub config
+    but in the main grub.cfg it was still a file search which
+    for some reasons is not as stable as the uuid search even
+    though I always find the file in the grub shell with ls
+    
+-------------------------------------------------------------------
+Wed May 29 15:13:02 CEST 2013 - m...@suse.de
+    
+- make sure partition names are set back within the
+  oem repartition code
+  
+-------------------------------------------------------------------
+Wed May 29 11:40:34 CEST 2013 - m...@suse.de
+  
+- fixed restore of boot partition
+  * if a different filesystem is used for the root and the boot
+    partition the problem appeared that the restore code uses
+    the filesystem type of the root partition for the restore
+    of the boot partition
+    
+-------------------------------------------------------------------
+Wed May 29 10:51:01 CEST 2013 - m...@suse.de
+    
+- fixed names set for partitions in the GPT
+  * lxlvm, lxro, lxrw, lxroot, lxboot, legacy, UEFI are possible
+  * use 2MB for the legacy BIOS boot partition
+  * use 32MB for the UEFI fat partition
+  * really evalute return values from parted calls
+    
+-------------------------------------------------------------------
+Tue May 28 10:40:43 CEST 2013 - m...@suse.de
+    
+- removed experimental code from oem partition install block
+  if the partition table did not fit the need kiwi tried to
+  read-only mount the not yet installed image via a device
+  mapper snapshot and starts a X session with gparted to
+  make it easier for the user to setup the partition table.
+  The idea is nice but there are too many pitfalls and it
+  has been proven that it's better to offline prepare the
+  install target and not do that while inside a minimal
+  initrd system
+  
+-------------------------------------------------------------------
+Tue May 28 10:16:49 CEST 2013 - m...@suse.de
+  
+- update XML description to new schema version
+  
+-------------------------------------------------------------------
+Tue May 28 10:16:04 CEST 2013 - m...@suse.de
+  
+- update schema version from 5.7 to 5.8
+  * removed syncMBR attribute and create an xsl template for it
+    
+-------------------------------------------------------------------
+Tue May 28 09:33:22 CEST 2013 - m...@suse.de
+    
+- rewrite of the legacy BIOS/CSM support
+  * removed the syncMBR attribute from the XML schema
+  * changed the partition layout if firmware="efi" is specified.
+    A new partition with flag 'bios_grub' is created
+  * install the bios grub2 into the protective MBR which
+    exists according to the EFI spec if a GPT is used. The
+    special bios_grub flaged partition is required to allow
+    grub2 to install
+    
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.jEXuJ3/_old  2013-06-09 16:36:07.000000000 +0200
+++ /var/tmp/diff_new_pack.jEXuJ3/_new  2013-06-09 16:36:07.000000000 +0200
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.05.18
+Version:        5.05.19
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils

++++++ kiwi-docu.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

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

++++++ kiwi.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to