commit kiwi for openSUSE:Factory
Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at Tue Mar 22 10:38:01 CET 2011. -------- --- kiwi/kiwi.changes 2011-03-15 18:14:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2011-03-21 16:06:56.000000000 +0100 @@ -1,0 +2,135 @@ +Mon Mar 21 15:41:19 CET 2011 - ms@suse.de + +- added suseStripFirmware() which removes all firmware files + which are not referenced by any module (bnc #681234) + +------------------------------------------------------------------- +Mon Mar 21 14:54:02 CET 2011 - ms@suse.de + +- fixed use of uninitialized value in __checkPatternTypeAttrrValueConsistent + +------------------------------------------------------------------- +Mon Mar 21 14:52:54 CET 2011 - ms@suse.de + +- DB: update documentation, new attribute prefer-license + +------------------------------------------------------------------- +Mon Mar 21 12:23:09 CET 2011 - ms@suse.de + +- added support for the repository attribute 'prefered-license' + The repository providing this flag will be used to install + the license tarball due to request in bnc #633664. If no repo + with a prefered license flag exists the search happens over + all repos but it's not guaranteed in that case that the search + order follows the repo order like they are written into + the XML description (bnc #680886) + +------------------------------------------------------------------- +Mon Mar 21 10:09:13 CET 2011 - ms@suse.de + +- DB: update documentation and examples, new element oem-silent-boot + +------------------------------------------------------------------- +Mon Mar 21 09:55:35 CET 2011 - ms@suse.de + +- added support for the configuration of a silent OEM boot mode + Normally the oem boot process switches the splash screen off. + With <oem-silent-boot>true</oem-silent-boot> as part of the + oemconfig section, the splash stays on top + +------------------------------------------------------------------- +Fri Mar 18 16:44:08 CET 2011 - ms@suse.de + +- fixed examples, added boot.local script to the suse-live-stick + example which allows to mount the fat boot partition as data + container below /media/stickstorage + +------------------------------------------------------------------- +Fri Mar 18 14:46:49 CET 2011 - ms@suse.de + +- fixed kiwirevision check. In case of a git revision it's + invalid to check for less than a number. The check must + match the revision + +------------------------------------------------------------------- +Fri Mar 18 14:40:53 CET 2011 - ms@suse.de + +- DB: update documentation, kiwirevision specifies a git commit id + +------------------------------------------------------------------- +Fri Mar 18 14:23:29 CET 2011 - ms@suse.de + +- v4.82 released + +------------------------------------------------------------------- +Fri Mar 18 10:58:06 CET 2011 - ms@suse.de + +- fixed exit code handling: +* kiwi --version => exit 0 +* kiwi --help | -h => exit 0 +* unknown option => exit 1 +* no root privileges => exit 1 +* processsing error => exit 1 + +------------------------------------------------------------------- +Fri Mar 18 10:34:46 CET 2011 - ms@suse.de + +- move the knowledge about the default package manager from + the KIWIManager object into the XML object. This is a configuration + value and thus the default should be in the part of the code + that processes the configuration + +------------------------------------------------------------------- +Fri Mar 18 09:59:04 CET 2011 - ms@suse.de + +- added a new target to the Makefile to allow the execution of a + single unit test, i.e. support 'make KIWIXMLValidator.t' + This is useful when working on unit tests as it allows to + execute only the test being worked on. + +------------------------------------------------------------------- +Thu Mar 17 18:47:24 CET 2011 - ms@suse.de + +- fixed spec file. perl-satsolver from the 11.4 distro doesn't + contain the code changes Klaus made during the Studio workshop + Therefore kiwi provides the required version now in the + Virtualization:Appliances repo for 11.4 (bnc #680549) + +------------------------------------------------------------------- +Thu Mar 17 17:57:50 CET 2011 - ms@suse.de + +- fixed 11.3 and 11.4 JeOS templates. openssl-certs doesn't exist + there anymore. I replaced it by ca-certificates + +------------------------------------------------------------------- +Thu Mar 17 12:19:23 CET 2011 - ms@suse.de + +- increased size of boot partition from 60M to 100M. If + mkinitrd is called it might happen that /boot runs + out of space + +------------------------------------------------------------------- +Wed Mar 16 20:30:15 CET 2011 - ms@suse.de + +- The ISO generation code allows for either genisoimage or mkisofs. + The checker does not support this. The patch addresses this problem + and the checker no will be happy if either genisoimage or mkisofs + is found (bnc #680148) + +------------------------------------------------------------------- +Wed Mar 16 14:44:36 CET 2011 - ms@suse.de + +- fixed typos in ppc boot scripts (spaces at end of line, tab mismatches) + and adapt latest noarch code changes from x86 boot scripts to ppc +- removed 01-console.sh from ppc JeOS template. That's done by the + setupConsole() function in suse-preinit + +------------------------------------------------------------------- +Wed Mar 16 08:50:04 CET 2011 - ms@suse.de + +- fix the VMware image example. The example does not contain + necessary packages for a graphical user interface, thus + setting window manager and runlevel in config.sh to imply + that a GUI environment is present is misleading + +------------------------------------------------------------------- @@ -781,0 +917,12 @@ + +------------------------------------------------------------------- +Tue Feb 1 16:35:11 CET 2011 - ms@suse.de + +- added support for ppc images: +* added oemboot boot code +* added vmxboot boot code +* adapt kiwi for creation of ppc disk images +* adapt kiwi for creation of ppc install iso +* added suse-SLE11-JeOS template for ppc +* added support for lilo boot loader used for ppc +* changed spec file to build ppc packages calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.Nm3EOH/_old 2011-03-22 10:34:51.000000000 +0100 +++ /var/tmp/diff_new_pack.Nm3EOH/_new 2011-03-22 10:34:51.000000000 +0100 @@ -56,7 +56,7 @@ Requires: satsolver-tools %endif %if %{suse_version} > 1130 -Requires: perl-satsolver +Requires: perl-satsolver >= 0.42 %endif %ifarch %ix86 x86_64 Requires: master-boot-code @@ -65,8 +65,8 @@ %endif %endif Summary: OpenSuSE - KIWI Image System -Version: 4.81 -Release: 2 +Version: 4.82 +Release: 1 Group: System/Management License: GPLv2 Source: %{name}.tar.bz2 @@ -183,7 +183,7 @@ Marcus Schaefer <ms@novell.com> %endif -%ifarch %ix86 x86_64 s390 s390x +%ifarch %ix86 x86_64 ppc ppc64 s390 s390x %package -n kiwi-desc-vmxboot License: GPLv2+ @@ -273,7 +273,7 @@ Marcus Schaefer <ms@novell.com> %endif -%ifarch %ix86 x86_64 s390 s390x +%ifarch %ix86 x86_64 ppc ppc64 s390 s390x %package -n kiwi-templates License: GPL v2.0 or later @@ -455,7 +455,7 @@ %{_datadir}/kiwi/image/isoboot/rhel* %endif -%ifarch %ix86 x86_64 s390 s390x +%ifarch %ix86 x86_64 ppc ppc64 s390 s390x %files -n kiwi-desc-vmxboot %defattr(-, root, root) @@ -482,10 +482,9 @@ %{_datadir}/kiwi/image/oemboot/suse* %endif -%ifarch %ix86 x86_64 - %files -n kiwi-templates %defattr(-, root, root) +%ifarch %ix86 x86_64 %{_datadir}/kiwi/image/suse-11.4-JeOS %{_datadir}/kiwi/image/suse-11.3-JeOS %{_datadir}/kiwi/image/suse-11.2-JeOS @@ -497,6 +496,9 @@ %ifarch s390 s390x %{_datadir}/kiwi/image/suse-SLE11-JeOS %endif +%ifarch ppc ppc64 +%{_datadir}/kiwi/image/suse-SLE11-JeOS +%endif %changelog ++++++ 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.tar.bz2 ++++++ ++++ 6584 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
participants (1)
-
root@hilbert.suse.de