Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-01-17 09:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-17 
09:34:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-01-17 
09:43:07.000000000 +0100
@@ -1,0 +2,183 @@
+Mon Jan 14 14:21:33 CET 2013 - m...@suse.de
+
+- v5.04.32 released
+  
+-------------------------------------------------------------------
+Mon Jan 14 12:27:57 CET 2013 - m...@suse.de
+  
+- fixed netboot boot partition setup. In case of a custom boot
+  partition the code created the partition and the filesystem
+  but the original data from the image was not moved over to the
+  boot partition
+  
+-------------------------------------------------------------------
+Mon Jan 14 11:22:27 CET 2013 - m...@suse.de
+  
+- fixed updateOtherDeviceFstab to add devices by disk ID
+  
+-------------------------------------------------------------------
+Mon Jan 14 11:01:49 CET 2013 - m...@suse.de
+  
+- fixed use of IFS in probeNetworkCard and loadNetworkCard
+- try to load hwinfo detected network modules in loadNetworkCard
+  but don't fail if there are none detected or the load failed.
+  udev normally loads the modules correctly
+- ask interfaces for their MAC and IFace name directly instead
+  of using hwinfo, that's faster and more reliable
+  
+-------------------------------------------------------------------
+Sun Jan 13 21:29:12 CET 2013 - m...@suse.de
+  
+- make vmdisk a mandatory element in the machine section
+  
+-------------------------------------------------------------------
+Sat Jan 12 22:03:33 CET 2013 - m...@suse.de
+  
+- fixed dom0 machine setup to make object init of
+  KIWIXMLVMachineData happy
+  
+-------------------------------------------------------------------
+Sat Jan 12 21:22:22 CET 2013 - m...@suse.de
+  
+- added oem-swap for all examples which specify a swapsize
+  
+-------------------------------------------------------------------
+Sat Jan 12 21:02:52 CET 2013 - m...@suse.de
+  
+- fixed indention, obsolete curly braces from information
+  about the structure of the internal XML data types
+  
+-------------------------------------------------------------------
+Sat Jan 12 07:30:33 CET 2013 - rjsch...@suse.de
+  
+- store objects in XML instead of raw data
+  + change the XML class such that objects are stored instead of
+  deeply nested raw data. This results ins simplification of code,
+  the internal data structure, and its documentation. Data that
+  requires merging (preferences and user data) is not stored as
+  objects as it is not obvious that merge delegation to the respective
+  objects would be advantageous.
+  
+-------------------------------------------------------------------
+Fri Jan 11 16:55:39 CET 2013 - rjsch...@suse.de
+  
+- fix the description
+  + RuntimeChecker test failed due to conflicting settings in the config
+  
+-------------------------------------------------------------------
+Fri Jan 11 16:51:13 CET 2013 - rjsch...@suse.de
+  
+- fix XMLDescriptionData
+  + previously the object construction did not conform to requierements
+  of the Schema, it was possible to create an object without author,
+  contact, or specification data. Multiple contact definitions were
+  ignored
+- update unit tests for Description class and XML class
+  
+-------------------------------------------------------------------
+Fri Jan 11 11:15:10 CET 2013 - m...@suse.de
+  
+- fixed indention
+  
+-------------------------------------------------------------------
+Fri Jan 11 10:38:55 CET 2013 - m...@suse.de
+  
+- update 12.2 examples to use grub2 as bootloader
+  
+-------------------------------------------------------------------
+Fri Jan 11 10:32:02 CET 2013 - m...@suse.de
+  
+- moved the os-autoinst test case from the 11.4 JeOS template
+  into the SLE11 template. The 11.4 template will be removed
+  with the next openSUSE 12.3 distribution but I don't want
+  to loose this test case example
+  
+-------------------------------------------------------------------
+Thu Jan 10 14:38:39 CET 2013 - m...@suse.de
+  
+- changed zypper call to use one call to install products, patterns
+  and packages instead of splitting that up into single calls. This
+  has the advantage that zypper can better decide for packages which
+  provides similar functionality (bnc #796062)
+  
+-------------------------------------------------------------------
+Wed Jan  9 13:04:25 CET 2013 - m...@suse.de
+  
+- update internal data structure in-code documentation
+  
+-------------------------------------------------------------------
+Tue Jan  8 17:00:43 CET 2013 - m...@suse.de
+  
+- fixed 'run out of space' problem in LVM setup. use
+  a relative 20% (min 30M) spare space per volume
+  
+-------------------------------------------------------------------
+Tue Jan  8 12:00:17 CET 2013 - m...@suse.de
+  
+- fixed LANG setup inside the kiwi initrd. LANG must be correctly
+  set before calling fbiterm. Otherwise the multibyte characters
+  in the target locale are not displayed correctly
+  
+-------------------------------------------------------------------
+Thu Jan  3 15:46:43 CET 2013 - rjsch...@suse.de
+  
+- Start documenting the KIWI design
+  + document the new XML design
+  + start of high level data-flow/interaction diagram
+  
+-------------------------------------------------------------------
+Fri Dec 21 16:37:46 CET 2012 - m...@suse.de
+  
+- added support for resizeMDRaid in kiwi's oemboot code
+  when the geometry of the disk changes the raid array
+  needs to grow too
+  
+-------------------------------------------------------------------
+Fri Dec 21 15:40:26 CET 2012 - m...@suse.de
+  
+- fixed mdraid setup in combination with LVM
+  
+-------------------------------------------------------------------
+Fri Dec 21 10:28:06 CET 2012 - m...@suse.de
+  
+- added zeroMDRaidSuperBlock function to make sure an old
+  raid array is stopped and the super block is removed prior
+  to installing a new system on that disk
+  
+-------------------------------------------------------------------
+Fri Dec 21 09:37:56 CET 2012 - rjsch...@suse.de
+  
+- deal with mdraid in the test
+  + fix getXMLElement test
+  + add unit test for new MDRaid methods
+  
+-------------------------------------------------------------------
+Fri Dec 21 09:35:05 CET 2012 - m...@suse.de
+  
+- removed duplicate rt profile
+  
+-------------------------------------------------------------------
+Wed Dec 19 21:03:58 CET 2012 - m...@suse.de
+  
+- added support for software raid into disk based appliances
+  The feature is based on creating a degraded raid array with
+  one disk, thus only mirroring and striping levels can be
+  supported. A system build with a degraded raid array allows
+  to add custom disks later to the array. In order to set it
+  up you only need to specify the mdraid attribute as part of
+  the type like the following example:
+  
+  <type ... mdraid="mirroring"/>
+  
+-------------------------------------------------------------------
+Wed Dec 19 21:00:41 CET 2012 - m...@suse.de
+  
+- removed redundant code from setupInstallCD, this is done
+  in the KIWIBoot constructor
+  
+-------------------------------------------------------------------
+Wed Dec 19 20:53:52 CET 2012 - m...@suse.de
+  
+- fixed grub2 title setup, spaces were ignored
+  
+-------------------------------------------------------------------
@@ -47,0 +231,38 @@
+  
+-------------------------------------------------------------------
+Tue Dec 11 17:02:12 CET 2012 - rjsch...@suse.de
+  
+- implement InstRepositoryData class
+  + stores data for <instrepo> element
+  + implement RepositoryBaseData class as parent class to share common
+  functionality with RepositoryClass
+  + implement unit tests
+- some clean up for consistency in the RepositoryData class
+  + update unit test
+- implement ProductPackageData class
+  + stores data for <repopackage> element
++++ 25 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/kiwi/kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.aqYoMR/_old  2013-01-17 09:43:09.000000000 +0100
+++ /var/tmp/diff_new_pack.aqYoMR/_new  2013-01-17 09:43:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiwi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.04.31
+Version:        5.04.32
 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 ++++++
++++ 14940 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