Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-05-18 06:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-15 
19:08:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-05-18 
06:49:11.000000000 +0200
@@ -1,0 +2,14 @@
+Fri May 16 10:19:41 CEST 2014 - m...@suse.de
+
+- v5.06.92 released
+  
+-------------------------------------------------------------------
+Thu May 15 22:24:46 CEST 2014 - m...@suse.de
+  
+- Don't use the fsmountoptions to mount the filesystems
+  created for the installstick disk. The filesystem used to
+  store the system image on the stick disk is different from
+  the configured system image filesystem, thus the options
+  does not fit.
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.SRqEtx/_old  2014-05-18 06:49:12.000000000 +0200
+++ /var/tmp/diff_new_pack.SRqEtx/_new  2014-05-18 06:49:12.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        5.06.91
+Version:        5.06.92
 Release:        0
 Provides:       kiwi-schema = 6.1
 # requirements to build packages

++++++ 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  2014-05-15 11:16:18.000000000 +0200
+++ new/kiwi/.revision  2014-05-15 11:16:18.000000000 +0200
@@ -1 +1 @@
-bde8f25f3f00379ff3e202c129dfedffd4e07458
+12875717089b7ddf8340f12730a4c7f28b8e4161
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm        2014-05-15 11:16:18.000000000 +0200
+++ new/kiwi/modules/KIWIBoot.pm        2014-05-16 10:20:24.000000000 +0200
@@ -1424,7 +1424,7 @@
                $kiwi -> info ("Installing image data to disk");
                if (! KIWIGlobals
                        -> instance()
-                       -> mount ($data, $loopdir,$type->{fsmountoptions})) {
+                       -> mount ($data, $loopdir)) {
                        $kiwi -> failed ();
                        $kiwi -> error  ("Couldn't mount data partition: 
$status");
                        $kiwi -> failed ();
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-05-15 11:16:22.000000000 +0200
+++ new/kiwi/modules/KIWIGlobals.pm     2014-05-16 10:20:24.000000000 +0200
@@ -1398,7 +1398,7 @@
        # Globals (generic)
        #------------------------------------------
        my %data;
-       $data{Version}         = "5.06.91";
+       $data{Version}         = "5.06.92";
        $data{Publisher}       = "SUSE LINUX GmbH";
        $data{Preparer}        = "KIWI - http://opensuse.github.com/kiwi";;
        $data{ConfigName}      = "config.xml";

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

Reply via email to