Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-07-02 07:42:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-24 
09:31:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-07-02 
07:42:44.000000000 +0200
@@ -1,0 +2,132 @@
+Mon Jul  1 11:23:38 CEST 2013 - [email protected]
+
+- v5.05.22 released
+  
+-------------------------------------------------------------------
+Mon Jul  1 11:09:18 CEST 2013 - [email protected]
+  
+- switched from perl-Test-Unit to perl-Test-Unit-Lite
+  openSUSE 13.1 will not provide it anymore and also the
+  author of perl-Test-Unit recommended to switch to the
+  lite version: http://cpanratings.perl.org/dist/Test-Unit
+  
+-------------------------------------------------------------------
+Mon Jul  1 10:29:00 CEST 2013 - [email protected]
+  
+- fixed parted invocation:
+  * don't use the suse only extension which allows to set the
+    partition type by its hex ID, instead use the flags parted
+    natively supports
+    
+-------------------------------------------------------------------
+Fri Jun 28 14:17:56 CEST 2013 - [email protected]
+    
+- fix test in factory
+  + fix logic error in XML processing, only mark the first type found
+    as the first type. While the flag indicator was set to 0 at the end of
+    the loop it was re-initialized with 1 at the beginning of the loop
+- fix latent test bug
+  + the order of calls was incorrect, thus when a file system tool
+    was not present the test reacted to the output from the test itself,
+    rather than from the code under test
+    
+-------------------------------------------------------------------
+Fri Jun 28 12:25:23 CEST 2013 - [email protected]
+    
+- fixed use of uninitialized value in string eq at KIWIBoot.pm
+  
+-------------------------------------------------------------------
+Fri Jun 28 12:20:59 CEST 2013 - [email protected]
+  
+- update rhel-06.0 JeOS template
+  
+-------------------------------------------------------------------
+Fri Jun 28 10:48:01 CEST 2013 - [email protected]
+  
+- update suse-oem-preload example
+  * still use legacy grub not grub2 for the split example
+    because grub2 tools are not prepared for splitted up
+    root filesystem
+    
+-------------------------------------------------------------------
+Fri Jun 28 10:41:41 CEST 2013 - [email protected]
+    
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Fri Jun 28 10:40:32 CEST 2013 - [email protected]
+  
+- DB: fixed documentation: wrong kiwi commandline call
+  
+-------------------------------------------------------------------
+Fri Jun 28 09:40:50 CEST 2013 - [email protected]
+    
+- fixed use of uninitialized value $record{"filesystem"} in
+  pattern match (m//) at KIWIXML.pm
+  
+-------------------------------------------------------------------
+Thu Jun 27 17:18:14 CEST 2013 - [email protected]
+  
+- renew partition creation code in KIWIBoot. make it more
+  readable, reduce duplicate code and allow efi images without
+  forcing a boot partition
+  
+-------------------------------------------------------------------
+Thu Jun 27 14:14:29 CEST 2013 - [email protected]
+  
+- zfs integration, make sure pool is exported on shutdown
+  * added /run/initramfs/shutdown script compatible to dracut see:
+    https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html
+    section: #_dracut_on_shutdown for reference
+    
+-------------------------------------------------------------------
+Wed Jun 26 15:27:18 CEST 2013 - [email protected]
+    
+- fixed installBootLoader() to allow skipping the installation
+  of the legacy bios grub2 loader if the system doesn't have the
+  bios grub2 modules installed but EFI is selected as firmware
+  
+-------------------------------------------------------------------
+Wed Jun 26 14:30:27 CEST 2013 - [email protected]
+  
+- improve EC2 initrd creation
+  * consider filesystem used, do not blindly assume ext3
+  * create a "monster" initrd to avoid the mkinitrd code from probing
+    into the device tree. The device tree is different on the build
+    machine than the target EC2 infrastructure
+- exit early if no EC2 account credentials are defined
+  * if no credentials are defined we cannot create a bundle, exit after
+    initrd creation if no credentials exist
+    
+-------------------------------------------------------------------
+Tue Jun 25 17:48:12 CEST 2013 - [email protected]
+  
+- keep a copy of the initrd in /run/initramfs to allow systemd
+  the jump back to the initrd. This is what a dracut initrd
+  would do as well and it also allows operations after the root
+  filesystem is umounted, e.g export the zfs pool
+  
+-------------------------------------------------------------------
+Tue Jun 25 17:10:39 CEST 2013 - [email protected]
+  
+- update root=... variable correctly if zfs is used
+  
+-------------------------------------------------------------------
+Mon Jun 24 15:42:27 CEST 2013 - [email protected]
+  
+- fixed editbootconfig/editbootinstall
+  * make sure these options are evaluated for the iso type too
+  * make sure absolute paths specified with commandline options
+    are checked and used if the file exists
+    
+-------------------------------------------------------------------
+Mon Jun 24 12:39:57 CEST 2013 - [email protected]
+    
+- make sure FBOK also works if isconsole helper doesn't exist
+  
+-------------------------------------------------------------------
+Mon Jun 24 11:00:12 CEST 2013 - [email protected]
+  
+- use zfs set mountpoint instead of mount --move
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.BWPUMp/_old  2013-07-02 07:42:47.000000000 +0200
+++ /var/tmp/diff_new_pack.BWPUMp/_new  2013-07-02 07:42:47.000000000 +0200
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.05.21
+Version:        5.05.22
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -59,7 +59,7 @@
 BuildRequires:  perl-File-Slurp
 BuildRequires:  perl-JSON
 BuildRequires:  perl-Readonly
-BuildRequires:  perl-Test-Unit
+BuildRequires:  perl-Test-Unit-Lite
 BuildRequires:  perl-XML-LibXML
 BuildRequires:  perl-libwww-perl
 BuildRequires:  squashfs
@@ -473,7 +473,7 @@
 
 %package -n kiwi-test
 Requires:       kiwi = %{version}
-Requires:       perl-Test-Unit
+Requires:       perl-Test-Unit-Lite
 Summary:        Unit tests for kiwi
 License:        GPL-2.0
 Group:          System/Management

++++++ 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.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to