Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at Wed Jun 8 09:38:36 CEST 2011.
-------- --- kiwi/kiwi.changes 2011-06-06 14:58:06.000000000 +0200 +++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2011-06-07 10:55:33.000000000 +0200 @@ -2 +2,30 @@ -Mon Jun 6 12:57:30 UTC 2011 - [email protected] +Tue Jun 7 10:44:17 CEST 2011 - [email protected] + +- don't package empty file euca-setup +- update license GPLv2, rpmlint complained about outdated address + +------------------------------------------------------------------- +Tue Jun 7 09:59:58 CEST 2011 - [email protected] + +- new perl complains about implicit parentheses + +------------------------------------------------------------------- +Mon Jun 6 16:41:30 CEST 2011 - [email protected] + +- added appliances that are not referenced in docbook and are + intended to demonstrate image building and appliances in a + broader view into the doc/examples/extras directory + +------------------------------------------------------------------- +Mon Jun 6 16:16:45 CEST 2011 - [email protected] + +- don't use a fixed value for the size of the boot partition. The + size among others depends on how many kernels were installed. Thus + a fixed value is always wrong. The new function __getBootSize() + is used to check the actual size of the boot/* area and this value + is used to create the boot partition if required. In case of an + oem image the re-creation of the boot partition happens based on + the original boot partition size (bnc #698233) + +------------------------------------------------------------------- +Mon Jun 6 14:40:35 CEST 2011 - [email protected] @@ -6,0 +36,38 @@ +------------------------------------------------------------------- +Mon Jun 6 14:24:54 CEST 2011 - [email protected] + +- DB: update documentation + +------------------------------------------------------------------- +Mon Jun 6 11:05:09 CEST 2011 - [email protected] + +- added openSUSE 12.1 template and boot image descriptions +- removed openSUSE 11.1 and 11.2 docs plus template and boot + image descriptions + +------------------------------------------------------------------- +Mon Jun 6 10:16:39 CEST 2011 - [email protected] + +- fixed location of squashfs in drivers section for sle10 + +------------------------------------------------------------------- +Mon Jun 6 10:13:49 CEST 2011 - [email protected] + +- fixed ELOG_* setup for ppc architecture. We use the hvc + console for ppc and tty for all others + +------------------------------------------------------------------- +Sat Jun 4 21:48:46 CEST 2011 - [email protected] + +- activate build of kiwi-desc-netboot for ppc in spec file + +------------------------------------------------------------------- +Sat Jun 4 21:46:24 CEST 2011 - [email protected] + +- added support for pxe images on ppc architecture + +------------------------------------------------------------------- +Fri Jun 3 16:42:45 CEST 2011 - [email protected] + +- added squashfs in drivers section of SLE10 boot image descriptions + calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.MQsTg7/_old 2011-06-08 09:35:29.000000000 +0200 +++ /var/tmp/diff_new_pack.MQsTg7/_new 2011-06-08 09:35:29.000000000 +0200 @@ -70,7 +70,7 @@ %endif Summary: OpenSuSE - KIWI Image System Version: 4.91 -Release: 3 +Release: 5 Group: System/Management License: GPLv2 Source: %{name}.tar.bz2 @@ -219,7 +219,7 @@ Marcus Schaefer <[email protected]> %endif -%ifarch %ix86 x86_64 +%ifarch %ix86 x86_64 ppc ppc64 %package -n kiwi-desc-netboot License: GPLv2+ @@ -316,9 +316,6 @@ #install cd $RPM_BUILD_DIR/kiwi -#mkdir -p $RPM_BUILD_ROOT/etc/permissions.d -#echo "/srv/tftpboot/upload/ root:root 0755" \ -# > $RPM_BUILD_ROOT/etc/permissions.d/kiwi make buildroot=$RPM_BUILD_ROOT \ doc_prefix=$RPM_BUILD_ROOT/%{_defaultdocdir} \ man_prefix=$RPM_BUILD_ROOT/%{_mandir} \ @@ -379,8 +376,7 @@ %ifarch %ix86 x86_64 %exclude %{_datadir}/kiwi/image/suse-11.4-JeOS %exclude %{_datadir}/kiwi/image/suse-11.3-JeOS -%exclude %{_datadir}/kiwi/image/suse-11.2-JeOS -%exclude %{_datadir}/kiwi/image/suse-11.1-JeOS +%exclude %{_datadir}/kiwi/image/suse-12.1-JeOS %exclude %{_datadir}/kiwi/image/suse-SLE10-JeOS %exclude %{_datadir}/kiwi/image/suse-SLE11-JeOS %exclude %{_datadir}/kiwi/image/rhel-05.4-JeOS @@ -474,7 +470,7 @@ %{_datadir}/kiwi/image/vmxboot/suse* %endif -%ifarch %ix86 x86_64 +%ifarch %ix86 x86_64 ppc ppc64 %files -n kiwi-desc-netboot %defattr(-, root, root) @@ -499,8 +495,7 @@ %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 -%{_datadir}/kiwi/image/suse-11.1-JeOS +%{_datadir}/kiwi/image/suse-12.1-JeOS %{_datadir}/kiwi/image/suse-SLE10-JeOS %{_datadir}/kiwi/image/suse-SLE11-JeOS %{_datadir}/kiwi/image/rhel-05.4-JeOS @@ -514,4 +509,5 @@ %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-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.MQsTg7/_old 2011-06-08 09:35:30.000000000 +0200 +++ /var/tmp/diff_new_pack.MQsTg7/_new 2011-06-08 09:35:30.000000000 +0200 @@ -18,3 +18,18 @@ # don't check for locale locations, they are used in the initrd only addFilter("file-not-in-%lang .*") + +# don't check for included file deps in doc example descriptions +addFilter("W: doc-file-dependency .*") + +# don't check for repeated names as they are set by pdb not by spec +addFilter("W: name-repeated-in-summary .*") + +# don't check for manual page of binaries used in initrd only +addFilter("W: no-manual-page-for-binary dcounter"); +addFilter("W: no-manual-page-for-binary startshell"); +addFilter("W: no-manual-page-for-binary utimer"); +addFilter("W: no-manual-page-for-binary driveready"); + +# kiwi master package can't be noarch if sub packages are arch specific +addFilter("W: no-binary"); ++++++ kiwi.tar.bz2 ++++++ ++++ 7304 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
