Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-05-08 12:27:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2012-04-26 
14:45:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-05-08 
12:27:44.000000000 +0200
@@ -1,0 +2,140 @@
+Fri May  4 15:22:51 CEST 2012 - [email protected]
+
+- v5.03.4 released
+  
+-------------------------------------------------------------------
+Fri May  4 14:54:45 CEST 2012 - [email protected]
+  
+- fixed URL repo check, correctly use is_success method and
+  make sure every repo is checked for rpm-md _and_ repodata
+  
+-------------------------------------------------------------------
+Fri May  4 14:16:20 CEST 2012 - [email protected]
+  
+- removed 'in progress' indicators from messages containing a path
+  People reported to be confused about the path to be complete :)
+  
+-------------------------------------------------------------------
+Fri May  4 11:23:57 CEST 2012 - [email protected]
+  
+- create rootfs.meta data file which includes information about
+  the required min size and (good) inode value for split systems.
+  This prevents the initrd code from getting that information out
+  of the rootfs.tar tarball and thus speeds up the boot
+  
+-------------------------------------------------------------------
+Thu May  3 16:33:58 CEST 2012 - [email protected]
+  
+- fixed unit test due to the removal of the aufs support
+  
+-------------------------------------------------------------------
+Thu May  3 15:57:40 CEST 2012 - [email protected]
+  
+- remove the urlResponse() method and use the timeout function
+  implemented in LWP::UserAgent properly to resolve URL's
+  
+-------------------------------------------------------------------
+Thu May  3 14:55:23 CEST 2012 - [email protected]
+  
+- make sure releaseNetwork() also deconfigures the interface and
+  configuration. Meaning don't use the -p option as we already
+  check for root over NFS/AOE/NBD it doesn't make sense anymore
+- make sure releaseNetwork() unsets the HOSTNAME as it might
+  conflict with the later system image network setup
+  
+-------------------------------------------------------------------
+Thu May  3 13:37:06 CEST 2012 - [email protected]
+  
+- allow kiwisplitroot_size=<size-in-MB> which specifies how much
+  size is reserved for the tmpfs holding the temporary rootfs
+  data in a split image. Also fixed the calculation of the inode
+  number for this tmpfs
+  
+-------------------------------------------------------------------
+Thu May  3 12:22:16 CEST 2012 - [email protected]
+  
+- removed support for aufs overlay filesystem. The problem is that
+  no overlay filesystem like aufs, unionfs, deltafs and friends
+  is accepted by the kernel people. Thus support for them inside
+  the distribution(s) is hard to maintain and the system barely
+  works. My hope is that some day there will be the mount --overlay
+  method implemented in a clean way and supported by the kernel
+  until then we live with the fuse based approach (clicfs) and
+  the device mapper snapshot method for the caching
+  system (bnc #760159)
+  
+-------------------------------------------------------------------
+Thu May  3 11:36:35 CEST 2012 - [email protected]
+  
+- unit tests for preference settings
+  
+-------------------------------------------------------------------
+Thu May  3 11:33:27 CEST 2012 - [email protected]
+  
+- check only for presence and boolean value
+  The "additive" attribute is a boolean value, i.e. valid values
+  are true or false. We should only check for supported values.
+  The removed check for 0 is possibly an artifact from times
+  where we alloed 0 to indicate false in the XML.
+  
+-------------------------------------------------------------------
+Thu May  3 11:14:07 CEST 2012 - [email protected]
+  
+- fixed hook call with parameters containing spaces (bnc #760331)
+  
+-------------------------------------------------------------------
+Wed May  2 15:33:43 CEST 2012 - [email protected]
+  
+- fixed redundancy in getElementsByTagName ("...") -> get_nodelist();
+  calls. According to the spec getElementsByTagName already returns
+  the node list if called in array context.
+  
+-------------------------------------------------------------------
+Wed May  2 09:26:05 CEST 2012 - [email protected]
+  
+- added unit test for XML split settings
+  
+-------------------------------------------------------------------
+Wed May  2 09:24:42 CEST 2012 - [email protected]
+  
+- fixed naming inconsistency: getSplitTmpExceptions/getSplitTempExceptions
+  
+-------------------------------------------------------------------
+Tue May  1 23:48:30 CEST 2012 - [email protected]
+  
+- v5.03.3 released
+  
+-------------------------------------------------------------------
+Tue May  1 23:30:00 CEST 2012 - [email protected]
+  
+- fixed baseStripUnusedLibs() to be more robust and prepared
+  for the move of libraries to another location
+  
+-------------------------------------------------------------------
+Tue May  1 23:29:17 CEST 2012 - [email protected]
+  
+- don't remove cpio program from initrd, required for custom splash setup
+  
+-------------------------------------------------------------------
+Tue May  1 20:02:32 CEST 2012 - [email protected]
+  
+- v5.03.2 released
+  
+-------------------------------------------------------------------
+Fri Apr 27 11:42:59 CEST 2012 - [email protected]
+  
+- added optional <type ... installprovidefailsafe="true/false"/>
+  attribute which allows to configure if the Failsafe boot menu
+  entry for the install media should be displayed or not.
+  
+-------------------------------------------------------------------
+Fri Apr 27 10:56:51 CEST 2012 - [email protected]
+  
+- removed misleading Restore wording in install iso boot menu
+  
+-------------------------------------------------------------------
+Fri Apr 27 09:24:09 CEST 2012 - [email protected]
+  
+- make sure required libs for filesystem tools stay inside the initrd
+  
+-------------------------------------------------------------------
@@ -21,0 +162,15 @@
+  
+-------------------------------------------------------------------
+Thu Apr 26 09:11:47 CEST 2012 - [email protected]
+  
+- unit tests for the getPXEDeploy* methods
+  
+-------------------------------------------------------------------
+Thu Apr 26 08:06:54 CEST 2012 - [email protected]
+  
+- fix typo in XML OEM settings unit test configuration
+  
+-------------------------------------------------------------------
+Thu Apr 26 08:03:02 CEST 2012 - [email protected]
+  
+- fix typo in explanatory comment

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.ylhFQs/_old  2012-05-08 12:27:46.000000000 +0200
+++ /var/tmp/diff_new_pack.ylhFQs/_new  2012-05-08 12:27:46.000000000 +0200
@@ -22,7 +22,7 @@
 Summary:        OpenSuSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.03.01
+Version:        5.03.4
 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.tar.bz2 ++++++
++++ 2825 lines of diff (skipped)

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

Reply via email to