Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-02-06 15:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2012-01-27 
14:03:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-02-06 
15:54:59.000000000 +0100
@@ -1,0 +2,87 @@
+Fri Feb  3 15:23:04 CET 2012 - m...@suse.de
+
+- v5.02.8 released
+  
+-------------------------------------------------------------------
+Fri Feb  3 10:02:46 CET 2012 - m...@suse.de
+  
+- moved validation of delete section into setup() routine
+- dont't use basePackBootIncludes/baseUnpackBootIncludes anymore
+  this conflicts with bootincluded packages marked for deletion
+  
+-------------------------------------------------------------------
+Thu Feb  2 10:32:00 CET 2012 - m...@suse.de
+  
+- keep only the uBoot initrd representation and remove the
+  gzip version of the initrd from the boot partition. This
+  saves some space urgently needed because on arm the boot
+  partition is fixed 64MB
+  
+-------------------------------------------------------------------
+Thu Feb  2 10:10:44 CET 2012 - rjsch...@suse.de
+  
+- add unit test for getExecArgsFormat() method of KIWILocator
+- implement helper executables for the test in new bin directory
+- fix logic errors in getExecArgsFormat() found by unit test implementation
+  
+-------------------------------------------------------------------
+Wed Feb  1 14:52:15 CET 2012 - m...@suse.de
+  
+- migration: fixed repo dir detection
+  
+-------------------------------------------------------------------
+Wed Feb  1 14:47:43 CET 2012 - m...@suse.de
+  
+- migration: sort repo list information
+  
+-------------------------------------------------------------------
+Wed Feb  1 13:52:19 CET 2012 - m...@suse.de
+  
+- migration: write cache early enough
+  
+-------------------------------------------------------------------
+Wed Feb  1 13:37:32 CET 2012 - m...@suse.de
+  
+- migration: added support for svn detection
+  
+-------------------------------------------------------------------
+Wed Feb  1 13:00:25 CET 2012 - m...@suse.de
+  
+- fixed use of uninitialized value in the locator
+  
+-------------------------------------------------------------------
+Wed Feb  1 09:10:05 CET 2012 - m...@suse.de
+  
+- migration changes:
+  * added progress information while creating custom tree
+  * make custom files creation much faster
+  * make modified files creation faster
+    
+-------------------------------------------------------------------
+Mon Jan 30 15:10:09 CET 2012 - m...@suse.de
+    
+- allow use of merged solvable in KIWISatSolver
+  
+-------------------------------------------------------------------
+Mon Jan 30 11:56:21 CET 2012 - m...@suse.de
+  
+- migration: ignore weak-update links
+  
+-------------------------------------------------------------------
+Mon Jan 30 11:36:34 CET 2012 - m...@suse.de
+  
+- migration changes:
+  * create custom tree for unpackaged files/dirs based on hardlinks
+  * don't copy entire etc/ directory, doesn't make sense to have all
+    especially packages stuff in the overlay tree
+  * adapt deny list, ignore bootsplash and bootloader data for
+    migration
+    
+-------------------------------------------------------------------
+Fri Jan 27 16:00:46 CET 2012 - rjsch...@suse.de
+    
+- fix spec file, version of RPM on SLE does not handle %else if directives
+  thus we get a dependency to qemu-img is created, but this package does
+  not exist on SLE.
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.6oRjKq/_old  2012-02-06 15:55:00.000000000 +0100
+++ /var/tmp/diff_new_pack.6oRjKq/_new  2012-02-06 15:55:00.000000000 +0100
@@ -22,7 +22,7 @@
 Summary:        OpenSuSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.02.7
+Version:        5.02.8
 Release:        0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -206,7 +206,8 @@
 Requires:       kiwi = %{version}
 %if 0%{?suse_version}
 Requires:       multipath-tools parted
-%else if 0%{?rhel_version}
+%endif
+%if 0%{?rhel_version}
 Requires:       device-mapper-multipath parted
 %endif
 
@@ -218,11 +219,13 @@
 %else
 %if 0%{?suse_version} >= 1130
 Requires:       virt-utils
-%else if 0%{?rhel_version}
-Requires:       qemu-img
-%else
+%endif
+%if 0%{?suse_version} < 1130
 Requires:       qemu
 %endif
+%if 0%{?rhel_version}
+Requires:       qemu-img
+%endif
 %endif
 Summary:        OpenSuSE - KIWI Image System Virtual Machine boot
 License:        GPL-2.0+
@@ -267,15 +270,18 @@
 %else
 %if 0%{?suse_version} >= 1130
 Requires:       virt-utils
-%else if 0%{?rhel_version}
-Requires:       qemu-img
-%else
+%endif
+%if 0%{?suse_version} < 1130
 Requires:       qemu
 %endif
+%if 0%{?rhel_version}
+Requires:       qemu-img
+%endif
 %endif
 %if 0%{?suse_version}
 Requires:       multipath-tools parted
-%else if 0%{?rhel_version}
+%endif
+%if 0%{?rhel_version}
 Requires:       device-mapper-multipath parted
 %endif
 

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

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

Reply via email to