Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-02-21 12:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-20 
16:13:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-02-21 
12:20:25.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Feb 20 17:19:13 CET 2012 - m...@suse.de
+
+- v5.02.12 released
+  
+-------------------------------------------------------------------
+Mon Feb 20 17:17:34 CET 2012 - m...@suse.de
+  
+- fixed resetBootBind, the function did not properly check for
+  the existence of the boot_bind directory
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.mymJwJ/_old  2012-02-21 12:20:27.000000000 +0100
+++ /var/tmp/diff_new_pack.mymJwJ/_new  2012-02-21 12:20:27.000000000 +0100
@@ -22,7 +22,7 @@
 Summary:        OpenSuSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.02.11
+Version:        5.02.12
 Release:        0
 # requirements to build packages
 BuildRequires:  gcc-c++

++++++ 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 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-02-16 16:06:13.000000000 +0100
+++ new/kiwi/.revision  2012-02-20 17:36:27.000000000 +0100
@@ -1 +1 @@
-2a8bc5066d9e277263621bf64c9c521c396d90c0
+c46dbdb860d9273aa222040bda143834aa3839c0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm     2012-02-17 15:47:20.000000000 +0100
+++ new/kiwi/modules/KIWIGlobals.pm     2012-02-20 17:36:32.000000000 +0100
@@ -42,7 +42,7 @@
        # Globals (generic)
        #------------------------------------------
        my %data;
-       $data{Version}         = "5.02.11";
+       $data{Version}         = "5.02.12";
        $data{Publisher}       = "SUSE LINUX Products GmbH";
        $data{Preparer}        = "KIWI - http://kiwi.berlios.de";;
        $data{ConfigName}      = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILinuxRC.sh 
new/kiwi/modules/KIWILinuxRC.sh
--- old/kiwi/modules/KIWILinuxRC.sh     2012-02-17 15:47:20.000000000 +0100
+++ new/kiwi/modules/KIWILinuxRC.sh     2012-02-20 17:36:32.000000000 +0100
@@ -7983,7 +7983,7 @@
        #======================================
        # find bind boot dir
        #--------------------------------------
-       if [ -z "$bootdir" ];then
+       if [ ! -e "/$bootdir" ];then
                return
        fi
        #======================================

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

Reply via email to