commit kiwi for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2014-04-26 19:34:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-14 06:43:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2014-04-26 19:34:04.000000000 +0200 @@ -1,0 +2,314 @@ +Thu Apr 24 23:51:59 CEST 2014 - ms@suse.de + +- v5.06.79 released + +------------------------------------------------------------------- +Thu Apr 24 22:35:50 CEST 2014 - ms@suse.de + +- Fixed value and handling for profile variable kiwi_allFreeVolume + * If a volume with size="all" is specified and in addition this + volume takes a custom volume name with a custom mountpoint, + the variable was setup with the kiwi default volume naming + schema but not with the real volume name which lead to a + boot problem when kiwi could not find the volume + +------------------------------------------------------------------- +Thu Apr 24 14:00:55 CEST 2014 - ms@suse.de + +- v5.06.78 released + +------------------------------------------------------------------- +Thu Apr 24 13:56:07 CEST 2014 - ms@suse.de + +- Allow ext4 as boot filesystem + +------------------------------------------------------------------- +Thu Apr 24 11:22:00 CEST 2014 - thardeck@suse.de + +- Use existing credentials name for repositories + * Don't add a credentials name to repositories if there is already one + +------------------------------------------------------------------- +Thu Apr 24 09:04:55 CEST 2014 - ms@suse.de + +- Fixed pxePartitionInputGeneric + In case of a raid setup via pxeboot the required partition type 'fd' + is not explicitly provided in the PART line of the client config. + Instead the raid information is given in an additional RAID variable. + Thus the pxePartitionInputGeneric function has to set the partition + type 'fd' if the RAID variable is set too. + +------------------------------------------------------------------- +Wed Apr 23 14:59:55 CEST 2014 - ms@suse.de + +- Follow up fix for partedGetPartitionID + * return if no partition label could be detected + +------------------------------------------------------------------- +Wed Apr 23 14:41:45 CEST 2014 - ms@suse.de + +- Make partedGetPartitionID more robust + * If we can't find a partition label for the disk don't proceed + checking for a partition ID and return an unknown ID 'xx' + +------------------------------------------------------------------- +Wed Apr 23 14:15:27 CEST 2014 - ms@suse.de + +- Fixed message displayed in __checkCorrectRootFSPermissons + LSB standard does not prescribe UID and GID values + +------------------------------------------------------------------- +Wed Apr 23 10:22:12 CEST 2014 - ms@suse.de + +- Fixed __checkCorrectRootFSPermissons runtime check + * Don't check for root/root permissions in root's home + It's ok to have custom files with custom permissions + there + +------------------------------------------------------------------- +Wed Apr 23 10:17:48 CEST 2014 - ms@suse.de + +- Fixed recovery grub2 setup + * don't use fixed class and theme names + +------------------------------------------------------------------- +Wed Apr 23 10:10:07 CEST 2014 - ms@suse.de + +- Use suse parted 'type' command extension to setup swap partition + type. This is done because the upstream way of setting swap type + is broken in the suse parted. + +------------------------------------------------------------------- +Tue Apr 22 19:11:02 CEST 2014 - ms@suse.de + +- Fixed message displayed when the partition table is created/updated. + Even in the case of creating a new partition table the message said + something about repartition of the disk which is misleading. Thus + the message changed to just tell the user about a partition + process happening now + +------------------------------------------------------------------- +Tue Apr 22 11:02:14 CEST 2014 - ms@suse.de + +- v5.06.77 released + +------------------------------------------------------------------- +Tue Apr 22 00:32:42 CEST 2014 - ms@suse.de + +- Fixed cache creation in --init-cache mode + +------------------------------------------------------------------- +Sun Apr 20 10:57:41 CEST 2014 - ms@suse.de + +- Fixed --bootcd post processing mode + +------------------------------------------------------------------- +Sun Apr 20 10:25:42 CEST 2014 - ms@suse.de + +- Fixed --bootusb post processing mode + +------------------------------------------------------------------- +Thu Apr 17 16:01:59 CEST 2014 - ms@suse.de + +- v5.06.76 released + +------------------------------------------------------------------- +Thu Apr 17 15:56:46 CEST 2014 - ms@suse.de + +- Fixed __hasBootDescription() runtime check for pxe type + The type in the XML is 'pxe' but the boot description is + named 'netboot' + +------------------------------------------------------------------- +Thu Apr 17 12:32:08 CEST 2014 - ms@suse.de + +- v5.06.75 released + +------------------------------------------------------------------- +Thu Apr 17 12:10:47 CEST 2014 - ms@suse.de + +- Remove suseCloneRunlevel calls from EC2 and Xen guest + templates. They are obsolete since sysVInit has been + replaced with systemd + +------------------------------------------------------------------- +Thu Apr 17 12:06:36 CEST 2014 - ms@suse.de + +- Update service support functions + * remove obsolete suseCloneRunlevel and suseActivateServices + * use chkconfig instead of insserv + * enhance suseService to be called with on|off and + sysVInit runlevels like chkconfig supports it. For + systemd this value would be ignored + +------------------------------------------------------------------- +Thu Apr 17 11:38:13 CEST 2014 - ms@suse.de + +- Update baseSetRunlevel() function + * support custom systemd target names + +------------------------------------------------------------------- +Thu Apr 17 10:31:03 CEST 2014 - ms@suse.de + +- Use linuxefi/initrdefi grub2 commands only for EFI secure boot + +------------------------------------------------------------------- +Wed Apr 16 13:38:19 CEST 2014 - adrian@suse.de + +- installed prod file parsing is not important anymore + + disable horrible code for openSUSE 13.2 and SLE 12 :) + +------------------------------------------------------------------- +Wed Apr 16 12:36:16 CEST 2014 - ms@suse.de + +- v5.06.74 released + +------------------------------------------------------------------- +Wed Apr 16 12:27:14 CEST 2014 - ms@suse.de + +- Fixed legacy boot support for EFI install stick images (git #341) + +------------------------------------------------------------------- +Wed Apr 16 12:12:57 CEST 2014 - ms@suse.de + +- Fixed build of install stick in EFI firmware mode (git #341) + +------------------------------------------------------------------- +Wed Apr 16 09:45:04 CEST 2014 - ms@suse.de + +- Update media collect code to match coding style and + conventions as well as remove/rewrite comments which + are obviosly wrong with regards to the current code + +------------------------------------------------------------------- +Wed Apr 16 09:03:01 CEST 2014 - adrian@suse.de + +- fix parsing of product summary label on new openSUSE 13.2/SLE12 medias + +------------------------------------------------------------------- +Tue Apr 15 16:59:53 CEST 2014 - ms@suse.de + +- v5.06.73 released + +------------------------------------------------------------------- +Tue Apr 15 15:54:51 CEST 2014 - adrian@suse.de + +- drop .channel files for products, generate .report files instead ++++ 130 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.85Ip4A/_old 2014-04-26 19:34:06.000000000 +0200 +++ /var/tmp/diff_new_pack.85Ip4A/_new 2014-04-26 19:34:06.000000000 +0200 @@ -26,7 +26,7 @@ Group: System/Management Url: http://github.com/openSUSE/kiwi Name: kiwi -Version: 5.06.71 +Version: 5.06.79 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-repo.tar.bz2 ++++++ ++++++ kiwi.tar.bz2 ++++++ ++++ 4046 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de