Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at Tue Mar 15 10:23:56 CET 2011.
-------- --- kiwi/kiwi.changes 2011-03-02 11:23:18.000000000 +0100 +++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2011-03-14 17:56:28.000000000 +0100 @@ -1,0 +2,237 @@ +Mon Mar 14 17:15:03 CET 2011 - [email protected] + +- fixed the udev trigger call which must only be called + one time after the udev daemon has started (bnc #668014) + +------------------------------------------------------------------- +Mon Mar 14 16:37:57 CET 2011 - [email protected] + +- fixed setup of the loader initrd variable. Normally this variable + is set via the kernel commandline but in case of a PXE setup it + might be missing. In that case we check if the bootloader is + present as .profile variable in kiwi_bootloader and set loader + appropriately + +------------------------------------------------------------------- +Mon Mar 14 16:33:18 CET 2011 - [email protected] + +- fixed OEM PXE installation code. Wrong function name, checkServer + was renamed into pxeCheckServer and the image file in case of a + pxe installation is gzip compressed not squashfs embedded + +------------------------------------------------------------------- +Mon Mar 14 15:55:54 CET 2011 - [email protected] + +- DB: update documentation, fixed typos + +------------------------------------------------------------------- +Mon Mar 14 14:48:34 CET 2011 - [email protected] + +- fixed spec file, kiwi-desc-usbboot was dropped + +------------------------------------------------------------------- +Mon Mar 14 11:59:26 CET 2011 - [email protected] + +- added netboot root configuration check. The NFSROOT setup in + combination with clicfs is not allowed. It doesn't make sense + because it requires the clicfs process to run on the NFS server + which would allow to connect only one station safely. AOEROOT + or NBDROOT should be used in combination with clicfs instead + +------------------------------------------------------------------- +Mon Mar 14 11:57:08 CET 2011 - [email protected] + +- added kernel-firmware package to boot images + +------------------------------------------------------------------- +Mon Mar 14 11:11:01 CET 2011 - [email protected] + +- DB: update documentation, added a section about OEM -> pxe install + +------------------------------------------------------------------- +Fri Mar 11 15:45:52 CET 2011 - [email protected] + +- v4.81 released + +------------------------------------------------------------------- +Fri Mar 11 15:05:56 CET 2011 - [email protected] + +- added function resetBootBind() which turns the bind mounted + boot path into a standard distro path which allows kernel + updates. resetBootBind() is only called if mkinitrd can + be used according to the image root filesystem setup. Along + with the resetBootBind change we also had to fix the setup + of the fat boot partition if the syslinux bootloader is used. + Normally there is a link named boot -> . but on fat we can't + have links so the data has to be moved. (bnc #678159) + +------------------------------------------------------------------- +Fri Mar 11 11:02:28 CET 2011 - [email protected] + +- adapt recent changes to x86 linuxrc to the s390 code stream + +------------------------------------------------------------------- +Fri Mar 11 10:30:51 CET 2011 - [email protected] + +- fixed typo in motd message of 11.4 JeOS + +------------------------------------------------------------------- +Fri Mar 11 09:31:30 CET 2011 - [email protected] + +- DB: update documentation for ramonly attribute + +------------------------------------------------------------------- +Thu Mar 10 19:19:21 CET 2011 - [email protected] + +- fixed syslinux boot partition setup, links on fat does not exist + +------------------------------------------------------------------- +Thu Mar 10 18:45:52 CET 2011 - [email protected] + +- added optional type attribute ramonly="true" which forces + the COW device in a overlay filesystem setup to point to the + main RAM memory + +------------------------------------------------------------------- +Thu Mar 10 18:44:28 CET 2011 - [email protected] + +- DB: update schema documentation + +------------------------------------------------------------------- +Thu Mar 10 17:17:56 CET 2011 - [email protected] + +- fixed evaluation of $main::FatStorage. I put it too late + in the code so that the overall disk size wasn't adjusted + +------------------------------------------------------------------- +Thu Mar 10 15:46:40 CET 2011 - [email protected] + +- removed usbboot boot image and usb image type from kiwi. The + obsolete usb image type has been replaced by the hybrid iso + image type or by the oem image type. + +------------------------------------------------------------------- +Thu Mar 10 15:15:44 CET 2011 - [email protected] + +- DB: update documentation and removed the suse-live-stick examples. +- DB: suse-live-stick are now handled by the hybrid iso examples + +------------------------------------------------------------------- +Thu Mar 10 10:25:23 CET 2011 - [email protected] + +- added more careful grub install check + +------------------------------------------------------------------- +Wed Mar 9 12:09:56 CET 2011 - [email protected] + +- When mounting the hybrid boot drive, select the partition + marked as bootable instead of blindly mounting the first one. + This change makes it possible to update the system if the + image has been written to a writable medium. + +------------------------------------------------------------------- +Wed Mar 9 11:59:27 CET 2011 - [email protected] + +- DB: update documentation, man page update (new options) + +------------------------------------------------------------------- +Wed Mar 9 11:56:25 CET 2011 - [email protected] + +- fixed syslinux boot device setup if LVM is used + +------------------------------------------------------------------- +Wed Mar 9 11:19:30 CET 2011 - [email protected] + +- make the creation of USB sticks more Windows friendly. + For a detailed description how this is done watch the + bug report: (bnc #677246) + +------------------------------------------------------------------- +Tue Mar 8 18:26:10 CET 2011 - [email protected] + +- fixed spec file for s390 build + +------------------------------------------------------------------- +Tue Mar 8 18:20:16 CET 2011 - [email protected] + +- fixed spec file for ppc build + +------------------------------------------------------------------- +Fri Mar 4 13:55:09 CET 2011 - [email protected] + +- netboot: allow network boot in degraded raid mode (bnc #668014) +- netboot: remove superblocks from raid disks if RAID + has been dectivated in config.<MAC> (bnc #668014) + +------------------------------------------------------------------- +Fri Mar 4 11:45:07 CET 2011 - [email protected] + +- added support for the ncpus attribute on the <machine> + element. It is used to set the number of virtual cpus for a + VM and written to .vmx and .xenconfig + +------------------------------------------------------------------- +Thu Mar 3 13:02:17 CET 2011 - [email protected] + +- fixed xsl stylesheet convert47to48.xsl. existing lvmvolumes + section wasn't translated into systemdisk section + +------------------------------------------------------------------- +Thu Mar 3 11:54:57 CET 2011 - [email protected] + +- added KIWICommandLine and KIWIRuntimeChecker modules. The command + line module is a storage container for the commandline options + passed to kiwi. It's used to transport the data into other objects. + One successor of KIWICommandLine is the KIWIRuntimeChecker module + which does some checks while kiwi runs. This means kiwi reads in + the image description and after that the runtimer checker checks + if it is possible to build the desired image according to the + specified information. If that tests are passed kiwi enters the + actual processing mode which is either the image prepare or create. + This is useful to exit early if some option combination or data + set is valid according to the XML schema but can't be build due + to other reasons. + +------------------------------------------------------------------- +Thu Mar 3 09:50:52 CET 2011 - [email protected] + ++++ 40 more lines (skipped) ++++ between kiwi/kiwi.changes ++++ and /mounts/work_src_done/STABLE/kiwi/kiwi.changes calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.BnEyRm/_old 2011-03-15 10:21:50.000000000 +0100 +++ /var/tmp/diff_new_pack.BnEyRm/_new 2011-03-15 10:21:50.000000000 +0100 @@ -65,7 +65,7 @@ %endif %endif Summary: OpenSuSE - KIWI Image System -Version: 4.80 +Version: 4.81 Release: 1 Group: System/Management License: GPLv2 @@ -74,7 +74,9 @@ Source2: %{name}-docu.tar.bz2 Source3: %{name}-repo.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Recommends: smart zypper +Recommends: zypper +Provides: kiwi-desc-usbboot +Obsoletes: kiwi-desc-usbboot %description The OpenSuSE KIWI Image System provides a complete operating system @@ -181,25 +183,6 @@ Marcus Schaefer <[email protected]> %endif -%ifarch %ix86 x86_64 - -%package -n kiwi-desc-usbboot -License: GPLv2+ -Requires: kiwi = %{version} -Summary: OpenSuSE - KIWI Image System USB boot -Group: System/Management -%if 0%{?suse_version} > 1120 -BuildArch: noarch -%endif - -%description -n kiwi-desc-usbboot -kiwi boot (initrd) image for activating system images on USB stick - -Authors: --------- - Marcus Schaefer <[email protected]> -%endif - %ifarch %ix86 x86_64 s390 s390x %package -n kiwi-desc-vmxboot @@ -209,11 +192,15 @@ %ifarch %ix86 x86_64 Requires: grub %endif +%ifarch ppc ppc64 s390 s390x +Requires: virt-utils +%else %if 0%{?suse_version} >= 1130 Requires: virt-utils %else Requires: qemu %endif +%endif Summary: OpenSuSE - KIWI Image System Virtual Machine boot Group: System/Management %if 0%{?suse_version} > 1120 @@ -247,16 +234,20 @@ Marcus Schaefer <[email protected]> %endif -%ifarch %ix86 x86_64 s390 s390x +%ifarch %ix86 x86_64 ppc ppc64 s390 s390x %package -n kiwi-desc-oemboot License: GPLv2 Requires: kiwi = %{version} +%ifarch ppc ppc64 s390 s390x +Requires: virt-utils +%else %if 0%{?suse_version} >= 1130 Requires: virt-utils %else Requires: qemu %endif +%endif Requires: multipath-tools parted %ifarch %ix86 x86_64 Requires: grub @@ -475,15 +466,6 @@ %ifarch %ix86 x86_64 -%files -n kiwi-desc-usbboot -%defattr(-, root, root) -%dir %{_datadir}/kiwi/image/usbboot -%doc %{_datadir}/kiwi/image/usbboot/README -%{_datadir}/kiwi/image/usbboot/suse* -%endif - -%ifarch %ix86 x86_64 - %files -n kiwi-desc-netboot %defattr(-, root, root) %dir %{_datadir}/kiwi/image/netboot @@ -491,7 +473,7 @@ %{_datadir}/kiwi/image/netboot/suse* %endif -%ifarch %ix86 x86_64 s390 s390x +%ifarch %ix86 x86_64 ppc ppc64 s390 s390x %files -n kiwi-desc-oemboot %defattr(-, root, root) ++++++ kiwi-docu.tar.bz2 ++++++ kiwi/kiwi-docu.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-docu.tar.bz2 differ: char 11, line 1 ++++++ kiwi-repo.tar.bz2 ++++++ kiwi/kiwi-repo.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-repo.tar.bz2 differ: char 23314601, line 90280 ++++++ kiwi.tar.bz2 ++++++ ++++ 7621 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
