Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2013-08-23 11:05:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-21 11:55:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2013-08-23 11:05:11.000000000 +0200 @@ -1,0 +2,427 @@ +Thu Aug 15 15:30:48 CEST 2013 - [email protected] + +- v5.05.27 released + +------------------------------------------------------------------- +Thu Aug 15 15:20:45 CEST 2013 - [email protected] + +- moved handling for defaultroot attribute to new data structure + and use the getPreferences() -> getDefaultRoot() access method + The following legacy function were removed: + * getImageDefaultDestination_legacy + * getImageDefaultRoot_legacy + * __getPreferencesNodeByTagName + +------------------------------------------------------------------- +Thu Aug 15 15:02:31 CEST 2013 - [email protected] + +- fixed kiwi script calls if they are done contained via lxc + the callContained() function was changed to use the lxc-start + tool to run the scripts instead of wrapping around lxc-init + and calling lxc-execute (bnc #832337) + +------------------------------------------------------------------- +Wed Aug 14 17:08:22 CEST 2013 - [email protected] + +- moved handling of image data into the new data structure + the following legacy function was deleted: + * __setImageAttribute + +------------------------------------------------------------------- +Wed Aug 14 16:51:49 CEST 2013 - [email protected] + +- moved handling of preferences data into the new data structure + the following legacy functions were deleted: + * getBootTheme_legacy + * getLicenseNames_legacy + * getLocale_legacy + * __setOptionsElement + * __addOptionsElement + +------------------------------------------------------------------- +Wed Aug 14 12:27:11 CEST 2013 - [email protected] + +- moved LVM handling over to the new data structure + the following legacy functions were deleted: + * getLVMVolumes_legacy + * __addVolume_legacy + +------------------------------------------------------------------- +Tue Aug 13 23:11:20 CEST 2013 - [email protected] + +- moved handling of oemconfig information into the new data structure + along with the change the following legacy functions disappeared + * getOEMAlignPartition_legacy + * getOEMBootTitle_legacy + * getOEMBootWait_legacy + * getOEMKiwiInitrd_legacy + * getOEMPartitionInstall_legacy + * getOEMReboot_legacy + * getOEMRebootInter_legacy + * getOEMRecovery_legacy + * getOEMRecoveryID_legacy + * getOEMRecoveryInPlace_legacy + * getOEMShutdown_legacy + * getOEMShutdownInter_legacy + * getOEMSilentBoot_legacy + * getOEMSilentInstall_legacy + * getOEMSilentVerify_legacy + * getOEMSkipVerify_legacy + * getOEMAtaRaidScan_legacy + * getOEMSwap_legacy + * getOEMSwapSize_legacy + * getOEMSystemSize_legacy + * getOEMUnattended_legacy + * getOEMUnattendedID_legacy + * __setOEMOptionsElement + +------------------------------------------------------------------- +Tue Aug 13 17:38:38 CEST 2013 - [email protected] + +- fixed sat solver support for armv6l + * the system (uname) might reports armv6l but the package meta + data stores armv6hl for both armv6l and armv6hl cpu types. In + order to set the right arch to the sat pool the arch name has + to be adapted in this case +- fixed the spec file setup for the myarch variable for + armv6l/armv6hl. The script generating the requires list for the + auto generated *boot-requires packages only deals with the arch + name armv6l. + +------------------------------------------------------------------- +Tue Aug 13 11:50:19 CEST 2013 - [email protected] + +- moved handling of xen domain into the new data structure + +------------------------------------------------------------------- +Mon Aug 12 11:28:22 CEST 2013 - [email protected] + +- make KIWICache code legacy free + +------------------------------------------------------------------- +Mon Aug 12 10:00:21 CEST 2013 - [email protected] + +- create a helper function __updateProfileEnvironment in the + KIWIImageCreator code to reduce code duplication +- prepareBootImage and createBootImage always run in a sequence + thus it's not required to read in the boot image description + twice. The XML description for the boot (initrd) image is now + read in once in boot prepare and just re-used next in the boot + create step. This also simplifies the handling of inherited + data from the system into the boot image + +------------------------------------------------------------------- +Sun Aug 11 21:38:57 CEST 2013 - [email protected] + +- removed following legacy functions: + * getTypeSpecificPackageList_legacy + * getArchiveList_legacy + * getBaseList_legacy + * getDeleteList_legacy + * getInstallList_legacy + * getInstallSize_legacy + * getPackageManager_legacy + * setPackageManager_legacy + * getURLHash_legacy + * getRepoNodeList_legacy + * addRemovePackages_legacy + * getStripNodeList_legacy + * getBootIncludes_legacy + * addPatterns_legacy + * addPackages_legacy + * addImagePatterns_legacy + * addImagePackages_legacy + * addArchives_legacy + +------------------------------------------------------------------- +Fri Aug 9 21:29:36 CEST 2013 - [email protected] + +- move KIWIXMLInfo module to use new data structure. + The following legacy functions are not in use anymore: + * getInstallSize_legacy + * getURLHash_legacy + * setPackageManager_legacy + * __createURLList_legacy + +------------------------------------------------------------------- +Fri Aug 9 12:07:30 CEST 2013 - [email protected] + +- improved information provided by .releasetags helper tool + +------------------------------------------------------------------- +Fri Aug 9 10:25:25 CEST 2013 - [email protected] + +- change processing order of upgrade request: + * handle the requested deletion of packages last + +------------------------------------------------------------------- +Fri Aug 9 10:17:24 CEST 2013 - [email protected] + +- move package/archive handling into new data structure + * remove getReplacePackageDelList/getReplacePackageAddList + * implemented for kiwi's prepare, create and upgrade modes + * reduced the use of the following legacy functions: + + getArchiveList_legacy + + getDeleteList_legacy + + getBaseList_legacy + + getTypeSpecificPackageList_legacy + + getInstallList_legacy + +------------------------------------------------------------------- +Thu Aug 8 11:34:52 CEST 2013 - [email protected] + +- new tests to cover the newly implemented methods related to VHD tagging + +------------------------------------------------------------------- +Wed Aug 7 16:28:06 CEST 2013 - [email protected] + +- remove obsolete kiwi_fixedpackbootincludes from .profile env + * this information was used in the functions basePackBootIncludes + and baseUnpackBootIncludes to preserve boot included data from + being removed by kiwi's initrd strip processing. With the new + system based and the <strip> section and also documented in: + http://doc.opensuse.org/projects/kiwi/doc/#sec.bootcustomization + these functions became obsolete. + +------------------------------------------------------------------- +Wed Aug 7 11:53:01 CEST 2013 - [email protected] + +- fixed getDomain() call on undefined object reference + +------------------------------------------------------------------- +Tue Aug 6 17:59:23 CEST 2013 - [email protected] + +- removed use of getXenConfig_legacy: + * use new KIWIXMLVMachineData object to handle this part + +------------------------------------------------------------------- ++++ 230 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.4kCRvu/_old 2013-08-23 11:05:14.000000000 +0200 +++ /var/tmp/diff_new_pack.4kCRvu/_new 2013-08-23 11:05:14.000000000 +0200 @@ -26,7 +26,7 @@ Summary: openSUSE - KIWI Image System License: GPL-2.0 Group: System/Management -Version: 5.05.26 +Version: 5.05.27 Release: 0 # requirements to build packages BuildRequires: diffutils @@ -144,6 +144,9 @@ %ifarch armv7l armv7hl %define myarch armv7l %endif +%ifarch armv6l armv6hl +%define myarch armv6l +%endif %ifarch %ix86 %define myarch ix86 %endif ++++++ 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 ++++++ /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]
