Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2014-07-18 14:03:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-07-13 17:16:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2014-07-18 14:03:41.000000000 +0200 @@ -1,0 +2,204 @@ +Thu Jul 17 11:26:15 CEST 2014 - [email protected] + +- v5.06.131 released + +------------------------------------------------------------------- +Thu Jul 17 11:08:53 CEST 2014 - [email protected] + +- Fixed xen dom0 image builds + * problem was an invalid kernel pattern match + +------------------------------------------------------------------- +Thu Jul 17 10:13:16 CEST 2014 - [email protected] + +- Fixed suseActivateDefaultServices + * distinguish default services for systemd and sysVinit + * add info message which service is activated + +------------------------------------------------------------------- +Wed Jul 16 22:56:30 CEST 2014 - [email protected] + +- Follow up fix for calling kiwi from git checkout + * fixup broken locale links in source boot image descriptions + * added Makefile target to check/update locale links on install + +------------------------------------------------------------------- +Wed Jul 16 22:48:59 CEST 2014 - [email protected] + +- Cleanup KIWIArchList and KIWIUtil for style, conventions and perl critic + +------------------------------------------------------------------- +Wed Jul 16 21:36:55 CEST 2014 - [email protected] + +- Cleanup use of modules and base classes + * prevent redefine of class methods + +------------------------------------------------------------------- +Wed Jul 16 18:28:52 CEST 2014 - [email protected] + +- Cleanup use of objects + * write global function readXMLFromImage + * use readXMLFromImage at all code parts which need to read + the XML description from an image file + +------------------------------------------------------------------- +Wed Jul 16 15:10:58 CEST 2014 - [email protected] + +- Cleanup use of objects + * move xen check helper from KIWIBoot to global space + * move kernel splash helper from KIWIBoot to global space + * move buildmd5sum helper from KIWIBoot to global space + * prevent instances of KIWIBoot just for the purpose of + calling setupSplash and/or buildmd5sum + +------------------------------------------------------------------- +Tue Jul 15 14:52:19 CEST 2014 - [email protected] + +- make sure all KMS drivers are present in boot images (bnc #887148) + * fixed for SLE12 and openSUSE boot descriptions + +------------------------------------------------------------------- +Mon Jul 14 17:09:52 CEST 2014 - [email protected] + +- v5.06.130 released + +------------------------------------------------------------------- +Mon Jul 14 17:02:22 CEST 2014 - [email protected] + +- Fixed Makefile, wrong use of pushd/popd + +------------------------------------------------------------------- +Mon Jul 14 16:44:10 CEST 2014 - [email protected] + +- v5.06.129 released + +------------------------------------------------------------------- +Mon Jul 14 15:48:36 CEST 2014 - [email protected] + +- Don't taint the system with rpm host package keys (bnc #886791) + * kiwi imports host rpm package keys during preparation of the new + root filesystem. This is ok but after preparation these keys + should be removed again because we don't want to have host keys + in the new root filesystem + +------------------------------------------------------------------- +Mon Jul 14 12:35:22 CEST 2014 - [email protected] + +- Update bundler + * raw disk images are now bundled as xz compressed files + +------------------------------------------------------------------- +Mon Jul 14 12:25:16 CEST 2014 - [email protected] + +- Fixed typo in usage message + * option is called --destdir not --dest-dir + +------------------------------------------------------------------- +Mon Jul 14 12:00:35 CEST 2014 - [email protected] + +- Follow up fix for calling kiwi from git checkout + * fixup broken include links in source boot image descriptions + * added Makefile target to check/update include links on install + * update kiwi call command to set System path + +------------------------------------------------------------------- +Mon Jul 14 09:54:47 CEST 2014 - [email protected] + +- Added kiwi call command to run kiwi from a git checkout + +------------------------------------------------------------------- +Mon Jul 14 09:35:34 CEST 2014 - [email protected] + +- Fixed lib path search in kiwi.pl + * multiple lib statements overwrites each other. + correct use is use lib LIST + +------------------------------------------------------------------- +Fri Jul 11 14:52:18 CEST 2014 - [email protected] + +- v5.06.128 released + +------------------------------------------------------------------- +Fri Jul 11 11:52:53 CEST 2014 - [email protected] + +- Added function updateProtectiveMBR to the boot code + * if the protective MBR in a GPT table contains partitions + marked as active this could cause the EFI firmware to + ignore this disk. Thus it's important to check and update + the protective MBR at deployment time + +------------------------------------------------------------------- +Thu Jul 10 23:54:04 CEST 2014 - [email protected] + +- Fixed installBootLoaderGrub2 for EFI legacy BIOS boot + * in this mode we have to install the bootloader for the i386-pc target + +------------------------------------------------------------------- +Thu Jul 10 23:39:35 CEST 2014 - [email protected] + +- Fixed installBootLoader to work with x86 architecture again + +------------------------------------------------------------------- +Thu Jul 10 23:01:51 CEST 2014 - [email protected] + +- Prevent lazy umounts + * revert commit: 58308ed, can't cleanly umount devpts here + this needs to be done differently + * if the kernel can't free the resource there is no chance + for the user to even see that it was mounted before + +------------------------------------------------------------------- +Thu Jul 10 22:19:20 CEST 2014 - [email protected] + +- Follow up fix for ppc installBootLoaderGrub2 changes + * add a message if no bootloader installation will be done + +------------------------------------------------------------------- +Thu Jul 10 13:19:01 CEST 2014 - [email protected] + +- Make sure devpts and sysfs exists in bootstrap phase too + +------------------------------------------------------------------- +Thu Jul 10 13:16:03 CEST 2014 - [email protected] + +- Cleanup for coding style and conventions + +------------------------------------------------------------------- +Thu Jul 10 11:16:56 CEST 2014 - [email protected] + +- Rewrite searchOFBoot function + + Use chosen/bootpath from device-tree to find a device we've booted from. + This is more reliable than searching for PROM id, which is not available + under KVM + + Signed-off-by: Dinar Valeev <[email protected]> + +------------------------------------------------------------------- +Thu Jul 10 11:13:20 CEST 2014 - [email protected] + +- Don't write MBR ID on non x86 architectures + + Signed-off-by: Dinar Valeev <[email protected]> + +------------------------------------------------------------------- +Thu Jul 10 11:09:11 CEST 2014 - [email protected] + +- PowerPC kernel is vmlinux + + Signed-off-by: Dinar Valeev <[email protected]> + +------------------------------------------------------------------- +Wed Jul 9 11:38:50 CEST 2014 - [email protected] + +- Update setupBootLoaderGrub2Recovery function + + video_bochs and video_cirrus were removed from grub2 + +------------------------------------------------------------------- ++++ 33 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.jT8Nth/_old 2014-07-18 14:03:43.000000000 +0200 +++ /var/tmp/diff_new_pack.jT8Nth/_new 2014-07-18 14:03:43.000000000 +0200 @@ -26,7 +26,7 @@ Group: System/Management Url: http://github.com/openSUSE/kiwi Name: kiwi -Version: 5.06.127 +Version: 5.06.131 Release: 0 Provides: kiwi-schema = 6.1 # requirements to build packages ++++++ 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 ++++++ ++++ 5429 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
