Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-10-18 09:08:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-10-14 
07:10:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-10-18 
09:08:15.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Oct 15 15:10:44 CEST 2014 - m...@suse.de
+
+- v7.01.9 released
+  
+-------------------------------------------------------------------
+Wed Oct 15 15:02:25 CEST 2014 - m...@suse.de
+  
+- Fixed error logging to default log file
+  
+-------------------------------------------------------------------
+Wed Oct 15 14:55:53 CEST 2014 - m...@suse.de
+  
+- Cleanup with regards to coding style guide
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.G9y6Ah/_old  2014-10-18 09:08:18.000000000 +0200
+++ /var/tmp/diff_new_pack.G9y6Ah/_new  2014-10-18 09:08:18.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        7.01.8
+Version:        7.01.9
 Release:        0
 Provides:       kiwi-image:lxc
 Provides:       kiwi-image:tbz

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

++++++ 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  2014-09-16 14:54:54.000000000 +0200
+++ new/kiwi/.revision  2014-09-16 14:54:54.000000000 +0200
@@ -1 +1 @@
-ec656b4bc83bb9f137274fafdc5820f169174bd2
+67a380c0b26e2b96a8216f9752409d9ded70fd16
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     2014-10-13 12:34:37.000000000 +0200
+++ new/kiwi/modules/KIWIGlobals.pm     2014-10-15 15:10:39.000000000 +0200
@@ -1835,7 +1835,7 @@
     # Globals (generic)
     #------------------------------------------
     my %data;
-    $data{Version}         = "7.01.8";
+    $data{Version}         = "7.01.9";
     $data{Publisher}       = "SUSE LINUX GmbH";
     $data{Preparer}        = "KIWI - http://opensuse.github.com/kiwi";;
     $data{ConfigName}      = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIImage.pm 
new/kiwi/modules/KIWIImage.pm
--- old/kiwi/modules/KIWIImage.pm       2014-09-26 08:12:53.000000000 +0200
+++ new/kiwi/modules/KIWIImage.pm       2014-10-15 14:36:18.000000000 +0200
@@ -1832,15 +1832,13 @@
                     $s_shim = $s_shim_suse;
                 }
                 $kiwi -> failed ();
-                $kiwi -> error  (
-                    "Can't find $s_shim in initrd");
+                $kiwi -> error  ("Can't find $s_shim in initrd");
                 $kiwi -> failed ();
                 return;
             }
             if (! -e $s_signed) {
                 $kiwi -> failed ();
-                $kiwi -> error  (
-                    "Can't find grub2 $s_signed in initrd");
+                $kiwi -> error  ("Can't find grub2 $s_signed in initrd");
                 $kiwi -> failed ();
                 return;
             }
@@ -2024,7 +2022,7 @@
     #------------------------------------------
     $kiwi -> info ("Setting up isolinux boot CD [$isoarch]");
     my $gfx = $tmpdir."/image/loader";
-    $data = KIWIQX::qxx ("cp -a $gfx/* $destination");
+    $data = KIWIQX::qxx ("cp -a $gfx/* $destination 2>&1");
     $code = $? >> 8;
     if ($code != 0) {
         $kiwi -> failed ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILog.pm new/kiwi/modules/KIWILog.pm
--- old/kiwi/modules/KIWILog.pm 2014-09-15 16:02:54.000000000 +0200
+++ new/kiwi/modules/KIWILog.pm 2014-10-15 15:01:31.000000000 +0200
@@ -467,7 +467,7 @@
         if (($needCR) && ($this->{fileLog})) {
             print $prev_channel "\n";
         }
-        print $FD $result;
+        print $prev_channel $result;
     }
     #==========================================
     # save in cache if needed

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

Reply via email to