Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at Mon Jan 24 22:11:51 CET 2011. -------- --- kiwi/kiwi.changes 2011-01-07 16:27:19.000000000 +0100 +++ kiwi/kiwi.changes 2011-01-23 21:34:38.000000000 +0100 @@ -1,0 +2,156 @@ +Sun Jan 23 21:28:05 CET 2011 - ms@suse.de + +- check the return code for the image container mount call + +------------------------------------------------------------------- +Fri Jan 21 15:46:31 CET 2011 - ms@suse.de + +- v4.71 released + +------------------------------------------------------------------- +Fri Jan 21 15:42:15 CET 2011 - ms@suse.de + +- fixed partition selection in OEMFindPartitions(). Don't + take any other than 0x83 partition types into account + +------------------------------------------------------------------- +Fri Jan 21 14:54:15 CET 2011 - ms@suse.de + +- change the layout of the install ISO / USB stick. The raw + disk image on the install media was compressed using gzip. The + downside is that it's not possible to loop mount the compressed + file. But for partition based installations this is required. + Therefore the raw disk image is now packed into a squashfs + filesystem (bnc #665888) + +------------------------------------------------------------------- +Fri Jan 21 09:31:11 CET 2011 - ms@suse.de + +- fixed typos in kiwi_oemunattended and kiwi_oemswap evaluation + which caused wrong content in the oemconfig file + +------------------------------------------------------------------- +Thu Jan 20 17:05:02 CET 2011 - ms@suse.de + +- added support for gparted in partition based oem installation + If the partition table does not provide the correct layout + we start a X session with some descriptive message window + and the gparted tool to be able to change the partition + table + +------------------------------------------------------------------- +Thu Jan 20 11:15:23 CET 2011 - ms@suse.de + +- added check for $imageDiskDevice and the existence of + $imageBootDevice to the setupBootPartition() function in + order to prevent unused mount actions for /boot + +------------------------------------------------------------------- +Thu Jan 20 09:34:34 CET 2011 - ms@suse.de + +- fixed skip check for firstboot and autoyast descriptions + +------------------------------------------------------------------- +Wed Jan 19 14:47:45 CET 2011 - ms@suse.de + +- added check which disallows white space in the value for + the displayname attribute + +------------------------------------------------------------------- +Wed Jan 19 10:15:19 CET 2011 - ms@suse.de + +- fixed use of undefined value in KIWIXML.pm validation + +------------------------------------------------------------------- +Tue Jan 18 11:42:23 CET 2011 - ms@suse.de + +- added support for raid 1 (mirroring) for pxe images + +------------------------------------------------------------------- +Tue Jan 18 10:04:47 CET 2011 - ms@suse.de + +- fixed insertion of repo alias and priority commandline options + into the correct section of the XML description. + +------------------------------------------------------------------- +Tue Jan 18 09:39:11 CET 2011 - ms@suse.de + +- dont't overwrite firstboot.xml or autoconf.xml if they + exist as overlay files in the overlay root tree + +------------------------------------------------------------------- +Mon Jan 17 11:45:40 CET 2011 - ms@suse.de + +- create private __expandFS() function and eliminate some code + duplication by this new function + +------------------------------------------------------------------- +Mon Jan 17 11:28:16 CET 2011 - ms@suse.de + +- added check for the PatternType attribute which may only be + used for image and bootstrap packages. Check that this is + set appropriately. + +------------------------------------------------------------------- +Sat Jan 15 21:14:46 CET 2011 - ms@suse.de + +- fixed typo in use of oem-shutdown element + +------------------------------------------------------------------- +Fri Jan 14 15:24:10 CET 2011 - ms@suse.de + +- fixed evalutation of patternType attribute + +------------------------------------------------------------------- +Thu Jan 13 16:41:55 CET 2011 - ms@suse.de + +- make sure fixupFDiskSectors() only fixes the first partition + start sector and doesn't touch the others (bnc #664236) + +------------------------------------------------------------------- +Thu Jan 13 15:58:05 CET 2011 - ms@suse.de + +- make sure fixupFDiskSectors() is called on a non busy table (bnc #664236) + +------------------------------------------------------------------- +Thu Jan 13 15:23:21 CET 2011 - ms@suse.de + +- fixed fdisk setup in alignment mode. fdisk is not able + to suggest the correct next sector if called with the + option "-u". Therefore only one partition is created in + that mode and the rest is created in fdisk cylinder + based mode (bnc #664236) + +------------------------------------------------------------------- +Thu Jan 13 09:57:05 CET 2011 - ms@suse.de + +- added new module KIWILocator which perform operations to + locate objects needed by Kiwi in the filesystem. Along with + the new module other code parts which did that before has + been replaced + +------------------------------------------------------------------- +Thu Jan 13 08:35:39 CET 2011 - ms@suse.de + +- added support for satsolver bindings provided with the + perl-satsolver package + +------------------------------------------------------------------- +Mon Jan 10 12:42:08 CET 2011 - ms@suse.de + +- fixed syslinux/isolinux configuration for disk based + images. Several problems like missing branding files, + write checks in not existing directories and file checks + in wrong directories were found + +------------------------------------------------------------------- +Mon Jan 10 12:08:44 CET 2011 - ms@suse.de + +- fixed syslinux/isolinux config for non graphics boot setup + +------------------------------------------------------------------- +Mon Jan 10 10:35:00 CET 2011 - ms@suse.de + +- minor clean up, remove match for yes + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.5FmrLn/_old 2011-01-24 22:10:44.000000000 +0100 +++ /var/tmp/diff_new_pack.5FmrLn/_new 2011-01-24 22:10:44.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package kiwi (Version 4.70) +# spec file for package kiwi # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,6 @@ # needsrootforbuild Url: http://kiwi.berlios.de -%define sattools_version %(rpm -q --qf %{VERSION}-%{RELEASE} satsolver-tools) Name: kiwi BuildRequires: perl-Config-IniFiles perl-XML-LibXML perl-libwww-perl @@ -36,14 +35,17 @@ BuildRequires: freetype2-devel libpng-devel qt qt-devel %endif %if %{suse_version} > 1030 -BuildRequires: libexpat-devel libsatsolver-devel rpm-devel +BuildRequires: libexpat-devel rpm-devel +%endif +%if %{suse_version} > 1030 && %{suse_version} <= 1130 +BuildRequires: libsatsolver-devel %endif %if %{suse_version} <= 1010 Requires: qt %endif %ifarch %ix86 x86_64 %if %{suse_version} > 1010 -Recommends: squashfs +Requires: squashfs %endif %endif Requires: perl = %{perl_version} @@ -53,6 +55,9 @@ %if %{suse_version} > 1030 Requires: satsolver-tools %endif +%if %{suse_version} > 1130 +Requires: perl-satsolver +%endif %ifarch %ix86 x86_64 Requires: master-boot-code %if %{suse_version} > 1110 @@ -60,7 +65,7 @@ %endif %endif Summary: OpenSuSE - KIWI Image System -Version: 4.70 +Version: 4.71 Release: 1 Group: System/Management License: GPLv2 ++++++ kiwi-docu.tar.bz2 ++++++ kiwi/kiwi-docu.tar.bz2 kiwi/kiwi-docu.tar.bz2 differ: char 11, line 1 ++++++ kiwi.tar.bz2 ++++++ ++++ 4274 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org