Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-01-31 14:50:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2013-01-29 
06:44:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-01-31 
14:50:32.000000000 +0100
@@ -1,0 +2,128 @@
+Thu Jan 31 11:04:06 CET 2013 - [email protected]
+
+- v5.04.37 released
+  
+-------------------------------------------------------------------
+Thu Jan 31 10:59:43 CET 2013 - [email protected]
+  
+- fixed __checkVMscsiCapable() runtime check, it's ok to have
+  no machine section. That one broke the containment builds for
+  SUSE Studio
+  
+-------------------------------------------------------------------
+Thu Jan 31 10:15:33 CET 2013 - [email protected]
+  
+- v5.04.36 released
+  
+-------------------------------------------------------------------
+Wed Jan 30 22:27:15 CET 2013 - [email protected]
+  
+- v5.04.35 released
+  
+-------------------------------------------------------------------
+Wed Jan 30 22:26:22 CET 2013 - [email protected]
+  
+- fixed creation of JSON tree in KIWIMigrate
+  
+-------------------------------------------------------------------
+Wed Jan 30 20:42:54 CET 2013 - [email protected]
+  
+- fix the isohybrid checks
+  + previous implementation did not properly account for conditions
+  that trigger the isohybrid code path
+  + add error condition for architectures that do not support the
+  creation of iso hybrids
+  + update the tests accordingly
+  
+-------------------------------------------------------------------
+Wed Jan 30 16:53:27 CET 2013 - [email protected]
+  
+- worked on the visualization of unmanaged data in KIWIMigrate.
+  I'd like to use the d3 visualization framework and that requires
+  the data as JSON data structure. I implemented a method to
+  create that information but ran into JSON max nesting level
+  problems
+  
+-------------------------------------------------------------------
+Wed Jan 30 15:17:21 CET 2013 - [email protected]
+  
+- partially revert (eff68ab8de60). The fstool runtime is ok
+  just the test case XML in liveIsoImg/efiOEM/config.xml would
+  force the xfs tools to be installed which I think is not
+  really necessary for this test
+  
+-------------------------------------------------------------------
+Wed Jan 30 15:11:47 CET 2013 - [email protected]
+  
+- v5.04.34 released
+  
+-------------------------------------------------------------------
+Wed Jan 30 14:44:29 CET 2013 - [email protected]
+  
+- fixed use of undefined value in writeImageConfig
+  
+-------------------------------------------------------------------
+Wed Jan 30 13:08:34 CET 2013 - [email protected]
+  
+- I removed the runtime check for xfs and reiserfs. reiserfs
+  is more or less dead and xfs is a pure optional filesystem.
+  If we have a mandatory check for xfs kiwi has to require the
+  tools package on the package and on the build level which I
+  think is not required. imho it would also be better to change
+  the fstool runtime check to check only for the selected
+  filesystem and not the complete list. We cannot expect our
+  users to install all filesystem tools
+  
+-------------------------------------------------------------------
+Wed Jan 30 09:55:18 CET 2013 - [email protected]
+  
+- build require e2fsprogs to allow unit tests to pass
+  
+-------------------------------------------------------------------
+Tue Jan 29 16:49:52 CET 2013 - [email protected]
+  
+- remove the getRPM*_legacy methods use the new API
+  
+-------------------------------------------------------------------
+Tue Jan 29 13:49:45 CET 2013 - [email protected]
+  
+- only require the uefi isohybrid command line option when building
+  a EFI/UEFI iso
+  + at present the uefi command line option on the isohybrid executable is
+  treated as mandatory. This breaks all ISO builds on systems that do not
+  have the latest isohybrid tool even if the ISO to be created is not
+  designated as an efi/uefi ISO via the firmware attribute. The changes
+  treat the uefi command line option as optional. A runtime check ensures
+  that kiwi exits if the uefi command line option is required and the
+  tool does not support it.
+- new runtime check and test cases
+  
+-------------------------------------------------------------------
+Tue Jan 29 11:51:59 CET 2013 - [email protected]
+  
+- fixed firmware check to allow uefi as well
+  
+-------------------------------------------------------------------
+Tue Jan 29 11:26:32 CET 2013 - [email protected]
+  
+- grubcd.efi has been moved to grub.efi in the latest grub2
+  packages. Thus we have to follow the change
+  
+-------------------------------------------------------------------
+Mon Jan 28 18:00:39 CET 2013 - [email protected]
+  
+- some cleanup in KIWIMigrate.pm, tested d3 data visualization
+  
+-------------------------------------------------------------------
+Mon Jan 28 17:32:19 CET 2013 - [email protected]
+  
+- make KIWIGlobals a singleton
+  + eliminates another package variable in kiwi.pl
+  + add the singleton to the doc
+  + allows us to make the remainaing test cases packages, now critic 2 clean
+- rename methods getGlobals and setGlobals
+  + reflect in name the data that is being returned/set
+  getKiwiConfig, setKiwiConfigData
+- some general code consistency clean up
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.kJj99Q/_old  2013-01-31 14:50:35.000000000 +0100
+++ /var/tmp/diff_new_pack.kJj99Q/_new  2013-01-31 14:50:35.000000000 +0100
@@ -26,14 +26,16 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.04.33
+Version:        5.04.37
 Release:        0
 # requirements to build packages
+BuildRequires:  e2fsprogs
 BuildRequires:  gcc-c++
 BuildRequires:  libxslt
 BuildRequires:  lvm2
 BuildRequires:  module-init-tools
 BuildRequires:  perl-Config-IniFiles
+BuildRequires:  perl-JSON
 BuildRequires:  perl-XML-LibXML
 BuildRequires:  perl-libwww-perl
 BuildRequires:  screen
@@ -73,6 +75,7 @@
 Requires:       lvm2
 Requires:       perl-Class-Singleton
 Requires:       perl-Config-IniFiles
+Requires:       perl-JSON
 Requires:       perl-Readonly
 Requires:       perl-XML-LibXML
 Requires:       perl-XML-LibXML-Common

++++++ 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 ++++++
++++ 3245 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to