Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2012-10-27 07:39:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-16 11:53:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2012-10-27 07:39:53.000000000 +0200 @@ -1,0 +2,225 @@ +Fri Oct 19 16:06:49 CEST 2012 - [email protected] + +- v5.04.19 released + +------------------------------------------------------------------- +Fri Oct 19 16:04:48 CEST 2012 - [email protected] + +- added central deactivateVolumeGroup and activateVolumeGroup + functions and make sure all udev events are processed before + activating/deactivating a volume group + +------------------------------------------------------------------- +Fri Oct 19 15:54:57 CEST 2012 - [email protected] + +- fixed resizeFilesystem() function: + * don't create INITRD_MODULES list here, this caused multiple entries + * use separate mount point not /mnt for temporary mount on resize + * make sure all udev events are processed before resize + +------------------------------------------------------------------- +Fri Oct 19 15:53:39 CEST 2012 - [email protected] + +- removed __checkKernelVersionToolExists runtime check. + kiwi provides the tool itself thus it's always there + +------------------------------------------------------------------- +Fri Oct 19 15:14:51 CEST 2012 - [email protected] + +- v5.04.18 released + +------------------------------------------------------------------- +Fri Oct 19 15:07:55 CEST 2012 - [email protected] + +- make path check in KIWIURL more robust + +------------------------------------------------------------------- +Thu Oct 18 11:57:38 CEST 2012 - [email protected] + +- fixed grub2 setup. If the root filesystem is LVM based grub2 + can't read e.g the fonts from this device. Thus this patch + ensure all required theme data incl. the unicode font is part + of the boot device + +------------------------------------------------------------------- +Thu Oct 18 11:18:22 CEST 2012 - [email protected] + +- use the setupFileSystem function to create the boot filesystem + this is done for code cleanup and also to prepare the code for + setting up a custom boot partition filesystem. At the moment + the boot filesystem is bound to which bootloader is in use but + e.g for arm boxes the same bootloader might require different + boot filesystems, thus this could become an option in kiwi + +------------------------------------------------------------------- +Thu Oct 18 09:28:57 CEST 2012 - [email protected] + +- add tests to run when the XML class changes. Previous update + had an issue that was found by a unit test that was not + automatically run from the triggers + +------------------------------------------------------------------- +Wed Oct 17 17:46:56 CEST 2012 - [email protected] + +- fixed copyBootCode to work if no boot partition is used + +------------------------------------------------------------------- +Wed Oct 17 15:10:44 CEST 2012 - [email protected] + +- implement a ProfileData object + * while profile data was already included in the new data structure, + information about this data was not returned as an object. This + change addresses this outstanding issue + * implement unit tests for the new object + * update the XML object to integrate the ProfileData class + * update the XML unit test +- change all XML*Data classes to be children on XMLDataBase and + update unit tests to handle new initialization and new error + conditions and error messages + +------------------------------------------------------------------- +Tue Oct 16 21:28:35 CEST 2012 - [email protected] + +- change __setDefaultType() to meet the following conditions: + * if a type is marked primary within the selected profiles + it is the default type + * if no type is marked primary then the first type of the default + <preferences> section (the one not assigned to a specific profile) + becomes the default type; should the default <preferences> have + no type than the first type of the first profile bound preferences + section is the default type +- add test cases to verify this behavior + +------------------------------------------------------------------- +Tue Oct 16 09:54:22 CEST 2012 - [email protected] + +- added perl-Readonly requirement to spec file + +------------------------------------------------------------------- +Tue Oct 16 09:21:51 CEST 2012 - [email protected] + +- fixed kernel version tool to work with uImage files + +------------------------------------------------------------------- +Tue Oct 16 09:17:17 CEST 2012 - [email protected] + +- use kiwi's kversion tool instead of get_kernel_version to + let other distros also be part of the game + +------------------------------------------------------------------- +Mon Oct 15 17:50:04 CEST 2012 - [email protected] + +- cleanup volume size calculation to be more readable + +------------------------------------------------------------------- +Mon Oct 15 15:05:12 CEST 2012 - [email protected] + +- fixed broken symlink when creating tbz images + +------------------------------------------------------------------- +Mon Oct 15 11:50:28 CEST 2012 - [email protected] + +- DB: update check target to verify docbook build env + +------------------------------------------------------------------- +Mon Oct 15 11:31:36 CEST 2012 - [email protected] + +- DB: rebuild documentation + +------------------------------------------------------------------- +Mon Oct 15 11:30:57 CEST 2012 - [email protected] + +- DB: update documentation, add some notes to oem pxe installs + +------------------------------------------------------------------- +Fri Oct 12 21:17:01 CEST 2012 - [email protected] + +- v5.04.17 released + +------------------------------------------------------------------- +Fri Oct 12 21:15:10 CEST 2012 - [email protected] + +- arm: fixed JeOS uboot-setup.tgz:setupUBoot.sh. when calling + code via runHook the first parameter is the name of the hook + thus I had to shift all params by one + +------------------------------------------------------------------- +Fri Oct 12 21:02:25 CEST 2012 - [email protected] + +- v5.04.16 released + +------------------------------------------------------------------- +Fri Oct 12 14:15:01 CEST 2012 - [email protected] + +- fixed reading search path for custom boot config scripts. + The information of the origin path of the image description + is read from the image/main::Prepare file stored in the + unpacked root tree. Within KIWIBoot the reading of that file + should be done inside the constructor when the XML data + is read from the unpacked tree. That way the path is consistent + for the life time of the object and needs to be read only + once. + +------------------------------------------------------------------- +Fri Oct 12 11:58:18 CEST 2012 - [email protected] + +- fixed typo in message string, obsolete '\n' + +------------------------------------------------------------------- +Fri Oct 12 11:17:07 CEST 2012 - [email protected] + +- fixed kiwi --installcd mode and the global mount() method + in general to know about LVM disks. In this case the mount + has to activate the volume group in order to access the + devices inside. The code to do this was in the checkLVMbind + method in KIWIBoot but it is required before in the mount() + method in KIWIGlobals + +------------------------------------------------------------------- +Thu Oct 11 13:03:15 CEST 2012 - [email protected] + +- fixed creation of .profile KIWI_LVM_LV* variables if no + size is set for the volume + +------------------------------------------------------------------- +Thu Oct 11 12:47:17 CEST 2012 - [email protected] + +- cleaned up the code which walks through the volumes of an + LVM setup and calculates the volume sizes and disk size + increasement + +------------------------------------------------------------------- +Wed Oct 10 16:21:44 CEST 2012 - [email protected] + +- added boot time correction for kiwi initrd's (bnc #784316) +- removed obsolete disable of hotplug helper when starting udev +- start error logging as early as possible + ++++ 45 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.EIvnIo/_old 2012-10-27 07:39:56.000000000 +0200 +++ /var/tmp/diff_new_pack.EIvnIo/_new 2012-10-27 07:39:56.000000000 +0200 @@ -21,7 +21,7 @@ Summary: openSUSE - KIWI Image System License: GPL-2.0 Group: System/Management -Version: 5.04.15 +Version: 5.04.19 Release: 0 # requirements to build packages BuildRequires: gcc-c++ @@ -46,6 +46,7 @@ BuildRequires: btrfsprogs BuildRequires: cdrkit-cdrtools-compat BuildRequires: genisoimage +BuildRequires: perl-Readonly BuildRequires: perl-Test-Unit BuildRequires: squashfs BuildRequires: zypper @@ -57,6 +58,7 @@ Requires: libxslt Requires: perl = %{perl_version} Requires: perl-Config-IniFiles +Requires: perl-Readonly Requires: perl-XML-LibXML Requires: perl-XML-LibXML-Common Requires: perl-XML-SAX ++++++ 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 ++++++ ++++ 42456 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
