Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2013-09-14 19:10:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-09-08 13:03:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2013-09-14 19:10:20.000000000 +0200 @@ -1,0 +2,222 @@ +Fri Sep 13 15:25:15 CEST 2013 - [email protected] + +- v5.05.33 released + +------------------------------------------------------------------- +Fri Sep 13 15:07:10 CEST 2013 - [email protected] + +- fixed cache handler in KIWIMigrate + * if cache is invalid it's a bad idea to store the path to the old cache + +------------------------------------------------------------------- +Fri Sep 13 14:51:08 CEST 2013 - [email protected] + +- follow up fix for the IFS restore in kernelCheck function + The local scope of IFS is visible to functions called from + inside this block. Thus localizing IFS does not help, we have + to reset the value inside the function (bnc #838921) + +------------------------------------------------------------------- +Fri Sep 13 14:37:31 CEST 2013 - [email protected] + +- DB: rebuild documentation, smoother pictures + +------------------------------------------------------------------- +Fri Sep 13 11:57:10 CEST 2013 - [email protected] + +- DB: rebuild documentation + +------------------------------------------------------------------- +Fri Sep 13 11:44:31 CEST 2013 - [email protected] + +- DB: rebuild schema documentation + +------------------------------------------------------------------- +Fri Sep 13 11:09:19 CEST 2013 - [email protected] + +- DB: update documentation about kiwi's caching system + +------------------------------------------------------------------- +Fri Sep 13 10:53:31 CEST 2013 - [email protected] + +- DB: rebuild documentation + +------------------------------------------------------------------- +Fri Sep 13 10:42:16 CEST 2013 - [email protected] + +- added support for custom LVM volume names (bnc #815204) + * There is now an additional and optional attribute 'mountpoint' + in the volume section. If a mountpoint information is provided + the name given in the 'name' attribute can be any name according + to the LVM logical volume name conventions. Example: + + <volume name="bob" mountpoint="tmp"/> + + this will create the logical volume 'bob' mounted to /tmp. + If no mountpoint information is given the information in name + is handled as before which means it's a path and a name + information. Example: + + <volume name="tmp"/> + + this will create the logival volume 'LVtmp' mounted to /tmp. + Thus this feature is fully backward compatible. With this + implementation we solved one item on the feedback list. + +------------------------------------------------------------------- +Fri Sep 13 09:18:36 CEST 2013 - [email protected] + +- DB: fixed kiwi man page description for conflicting option + +------------------------------------------------------------------- +Fri Sep 13 09:18:01 CEST 2013 - [email protected] + +- fixed option clash in getopt list + +------------------------------------------------------------------- +Fri Sep 13 08:37:53 CEST 2013 - [email protected] + +- DB: Improved consistency, fixed typos, corrected spelling + * Corrected capitalization in titles + * Fixed whitspace in <screen>s + * Fixed kiwi, oem, ... spelling + +------------------------------------------------------------------- +Thu Sep 12 12:50:13 CEST 2013 - [email protected] + +- improved caching in KIWIMigrate + * store rpm based data, and re-use by the md5 sum of the database + * added wait indicator for processing of files +- update information about installed kernel and how to use + another than the default kernel for the image +- add ruby/gems to the ignore path, that's because we already + provide gem information in the report by using gem directly + thus the compiled gem data which is not part of the gem + package taints the list of unmanaged data + +------------------------------------------------------------------- +Wed Sep 11 21:28:35 CEST 2013 - [email protected] + +- fixed detection of buildservice repos in KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 21:09:05 CEST 2013 - [email protected] + +- make checking for empty directories fast in KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 18:19:18 CEST 2013 - [email protected] + +- add alternative 'kiwi --describe' option + * update kiwi usage message. Don't talk about 'migration' + Be more generic and talk about 'analyse & description' + because that's in fact what the code does. migration is + just one path one can perform. + +------------------------------------------------------------------- +Wed Sep 11 18:18:15 CEST 2013 - [email protected] + +- DB: rebuild documentation + +------------------------------------------------------------------- +Wed Sep 11 18:17:09 CEST 2013 - [email protected] + +- DB: update documentation and man pages for KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 16:24:45 CEST 2013 - [email protected] + +- make sure sort order stays consistent in KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 15:25:24 CEST 2013 - [email protected] + +- added support for openSUSE-13.1 in KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 15:21:27 CEST 2013 - [email protected] + +- added support for systemd service inspection in KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 15:04:54 CEST 2013 - [email protected] + +- added support for git transaction log in KIWIMigrate + +------------------------------------------------------------------- +Wed Sep 11 14:34:22 CEST 2013 - [email protected] + +- added support for detecting buildservice repos in KIWIMigrate + +------------------------------------------------------------------- +Tue Sep 10 17:13:23 CEST 2013 - [email protected] + +- follow up patch for setting systemIntegrity for netboot + deployments into a ramdisk. Along with systemIntegrity the + partition code has to check for haveRamDisk too (bnc #839157) + +------------------------------------------------------------------- +Tue Sep 10 17:10:54 CEST 2013 - [email protected] + +- follow up patch for fetchFile() function. handling of + uncompressed value was broken due to the changes to support + the 'xz' compression (bnc #787400) + +------------------------------------------------------------------- +Tue Sep 10 15:41:19 CEST 2013 - [email protected] + +- add .packages support for product media + * I am not proud of this code, but since we may need to backport it, + it has to be minimal invasive. A general rework is needed anyway + +------------------------------------------------------------------- +Tue Sep 10 12:34:59 CEST 2013 - [email protected] + +- some improvements to the migration module + * split D3 visualisation parts into extra files + * added information about binary vs. text data (ELF header only) + * added configuration information from augeas + * update logo + +------------------------------------------------------------------- +Mon Sep 9 17:29:16 CEST 2013 - [email protected] + +- make sure systemIntegrity is set correctly to 'clean' for + netboot deployments into a ramdisk (bnc #839157) + +------------------------------------------------------------------- +Mon Sep 9 17:11:17 CEST 2013 - [email protected] + +- make sure IFS change in kernelCheck function will be + applied only in local scope (bnc #838921) + +------------------------------------------------------------------- +Mon Sep 9 13:01:12 CEST 2013 - [email protected] + +- added support for augeas into kiwi. The new function + setupAugeasImport is called if the following file exists ++++ 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.HVvSnw/_old 2013-09-14 19:10:23.000000000 +0200 +++ /var/tmp/diff_new_pack.HVvSnw/_new 2013-09-14 19:10:23.000000000 +0200 @@ -26,7 +26,7 @@ Summary: openSUSE - KIWI Image System License: GPL-2.0 Group: System/Management -Version: 5.05.32 +Version: 5.05.33 Release: 0 # requirements to build packages BuildRequires: diffutils ++++++ 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 ++++++ /work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
