Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2012-09-25 10:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi (Old) and /work/SRC/openSUSE:Factory/.kiwi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes 2012-07-14 11:50:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2012-09-25 10:40:37.000000000 +0200 @@ -2 +2 @@ -Fri Jul 13 12:41:12 CEST 2012 - [email protected] +Mon Sep 24 10:13:25 CEST 2012 - [email protected] @@ -4 +4,1211 @@ -- v5.03.37 released +- removed unused requirement to perl-File-Stat-Bits + +------------------------------------------------------------------- +Fri Sep 21 14:39:45 CEST 2012 - [email protected] + +- v5.04.11 released + +------------------------------------------------------------------- +Fri Sep 21 11:43:41 CEST 2012 - [email protected] + +- make sure images.sh from the boot images checks on + umounting kernel filesystems aka /proc, /sys, etc before + exiting + +------------------------------------------------------------------- +Wed Sep 19 23:17:14 CEST 2012 - [email protected] + +- better way to create uuid loop device in createLoopNode + we loop setup first and rename the provided device + +------------------------------------------------------------------- +Wed Sep 19 21:59:57 CEST 2012 - [email protected] + +- make sure to release all mounts if KIWIOverlay fails + +------------------------------------------------------------------- +Wed Sep 19 16:10:58 CEST 2012 - [email protected] + +- make sure /etc/sysconfig/kernel contains the virtio modules + so that SLE10 mkinitrd picks it up correctly (bnc #747346) + +------------------------------------------------------------------- +Tue Sep 18 18:07:51 CEST 2012 - [email protected] + +- DB: rebuild documentation + +------------------------------------------------------------------- +Tue Sep 18 18:07:36 CEST 2012 - [email protected] + +- DB: update cache documentation + +------------------------------------------------------------------- +Tue Sep 18 16:03:05 CEST 2012 - [email protected] + +- when using the caching system the bootstrap part of the build + is skipped. Thus profiled bootstrap sections could lead to + missing data when using a cache. I have moved all profiled + bootstrap sections to type="image" + +------------------------------------------------------------------- +Tue Sep 18 15:52:03 CEST 2012 - [email protected] + +- moved from ext2/dm-snapshot cache system to btrfs seed (bnc #764042) + +------------------------------------------------------------------- +Mon Sep 17 21:07:27 CEST 2012 - [email protected] + +- fixed bootdev setup if no bindloop value is set + +------------------------------------------------------------------- +Sat Sep 15 23:07:43 CEST 2012 - [email protected] + +- fixed createFormat() to return success when the format + conversion is skipped in targetstudio mode + +------------------------------------------------------------------- +Sat Sep 15 22:45:26 CEST 2012 - [email protected] + +- fixed KIWIImageFormat to work with a targetdevice as well + +------------------------------------------------------------------- +Sat Sep 15 21:34:39 CEST 2012 - [email protected] + +- fixed __clean_loop in KIWIImageFormat. due to mkinitrd mounting + sys __clean_loop has to take care to release sys before umount + of the loop + +------------------------------------------------------------------- +Sat Sep 15 21:21:00 CEST 2012 - [email protected] + +- fixed ec2 setup when only grub2 is installed. The xen loading + system requires some grub related files to pre present + +------------------------------------------------------------------- +Fri Sep 14 20:30:47 CEST 2012 - [email protected] + +- allow ec2 format creation when in --targetstudio mode (bnc #779360) + +------------------------------------------------------------------- +Fri Sep 14 15:29:44 CEST 2012 - [email protected] + +- v5.04.10 released + +------------------------------------------------------------------- +Fri Sep 14 15:19:16 CEST 2012 - [email protected] + +- cleanup installBootLoader() function. There is one way to setup + the boot device and not the mess I created before. +- added helper function __getPartDevice() which finds the correct + block device for a partition if you give it the disk device + and the partition number + +------------------------------------------------------------------- +Fri Sep 14 11:52:21 CEST 2012 - [email protected] + +- fixed spec file. Added PreReq for kiwi-pxeboot and kiwi-templates + to make sure required coreutils are there when the package is + installed (bnc #780070) + +------------------------------------------------------------------- +Fri Sep 14 10:39:39 CEST 2012 - [email protected] + +- break long info message into two lines + +------------------------------------------------------------------- +Fri Sep 14 10:33:21 CEST 2012 - [email protected] + +- arm: make uboot setup scripts verbose + +------------------------------------------------------------------- +Fri Sep 14 10:31:53 CEST 2012 - [email protected] + +- check exit code from edit boot config script calls + +------------------------------------------------------------------- +Fri Sep 14 10:27:19 CEST 2012 - [email protected] + +- fixed uboot bootloader script to meet the bash needs + +------------------------------------------------------------------- +Fri Sep 14 10:22:31 CEST 2012 - [email protected] + +- add x-bit to uboot bootconfig scripts + +------------------------------------------------------------------- +Fri Sep 14 10:19:24 CEST 2012 - [email protected] + +- call editbootconfig script at the end of setupBootLoaderConfiguration + and not at the beginning of installBootLoader. That's because there + is one step in between which could break otherwise. Also make sure + the script is searched in the original image description path + +------------------------------------------------------------------- +Fri Sep 14 09:10:39 CEST 2012 - [email protected] + +- arm: kernel-firmware does not exist there + +------------------------------------------------------------------- +Fri Sep 14 00:38:02 CEST 2012 - [email protected] + +- fixed arch setup for satsolver on armv7l + +------------------------------------------------------------------- +Thu Sep 13 16:03:11 CEST 2012 - [email protected] + +- use 512MB instead of 128MB for xen domU examples + +------------------------------------------------------------------- +Thu Sep 13 12:30:19 CEST 2012 - [email protected] + +- fixed __uniqueInPackages() function. It's not a good idea to + grep via a regexp for duplicate entries. That's because if + characters which have a special meaning in a regexp are part + of the name it leads to invalid matching results. I thought I + could fix this by using the quotemeta call but it has turned + out that it does not quote with respect to the special meaning + of characters for regular expressions. What we really want + here is a dumb string match for duplicate entries. + +------------------------------------------------------------------- +Thu Sep 13 09:27:16 CEST 2012 - [email protected] + +- finally fixed xen boot with grub2. Problem was the missing + gzio module which is required to read the signatured from + the compressed (xen.gz) hypervisor + +------------------------------------------------------------------- +Wed Sep 12 16:51:57 CEST 2012 - [email protected] + +- arm: moved uboot related code into custom scripts outside + of the kiwi code. The arm JeOS image template served as + example for the uboot setup on panda/efika and beagle + boards + +------------------------------------------------------------------- +Wed Sep 12 15:44:45 CEST 2012 - [email protected] + +- arm: remove kernel profiles from arm boot image descriptions. + handle the kernel as bootincluded package from the system + image description. See the example JeOS image for reference + +------------------------------------------------------------------- +Wed Sep 12 15:17:56 CEST 2012 - [email protected] ++++ 1066 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.oIljRY/_old 2012-09-25 10:40:39.000000000 +0200 +++ /var/tmp/diff_new_pack.oIljRY/_new 2012-09-25 10:40:39.000000000 +0200 @@ -21,7 +21,7 @@ Summary: openSUSE - KIWI Image System License: GPL-2.0 Group: System/Management -Version: 5.03.37 +Version: 5.04.11 Release: 0 # requirements to build packages BuildRequires: gcc-c++ @@ -185,6 +185,7 @@ %ifarch %ix86 x86_64 %package -n kiwi-pxeboot +PreReq: coreutils Requires: syslinux Summary: openSUSE - KIWI Image System PXE boot structure License: GPL-2.0+ @@ -407,6 +408,7 @@ %ifarch %ix86 x86_64 ppc ppc64 s390 s390x %arm %package -n kiwi-templates +PreReq: coreutils Requires: kiwi-desc-vmxboot = %{version} Summary: openSUSE - KIWI JeOS system image templates License: GPL-2.0+ @@ -565,8 +567,10 @@ %endif %{_datadir}/kiwi/.revision %{_datadir}/kiwi/modules +%{_datadir}/kiwi/editing %{_datadir}/kiwi/locale %{_datadir}/kiwi/repo +%{_datadir}/emacs/site-lisp %exclude %{_datadir}/kiwi/modules/KIWIIsoLinux-AppleFileMapping.txt %exclude %{_datadir}/kiwi/modules/KIWICollect.pm %exclude %{_datadir}/kiwi/modules/KIWIRepoMetaHandler.pm ++++++ 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-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.oIljRY/_old 2012-09-25 10:40:39.000000000 +0200 +++ /var/tmp/diff_new_pack.oIljRY/_new 2012-09-25 10:40:39.000000000 +0200 @@ -7,6 +7,9 @@ # kiwi includes the SVN revision of this build as hidden file addFilter("hidden-file-or-dir /usr/share/kiwi/.revision") +# kiwi includes pub keys in .ssh as hidden file +addFilter("hidden-file-or-dir /usr/share/kiwi/image/.*/.*/root/root/.ssh") + # don't apply perl naming policy on kiwi addFilter("kiwi.* perl5-naming-policy-not-applied") ++++++ kiwi.tar.bz2 ++++++ ++++ 31315 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
