Hello community, here is the log from the commit of package kiwi checked in at Mon May 21 18:08:53 CEST 2007. -------- --- arch/i386/kiwi/kiwi.changes 2007-05-11 11:54:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2007-05-21 17:17:52.999803000 +0200 @@ -1,0 +2,30 @@ +Mon May 14 13:57:39 CEST 2007 - ms@suse.de + +- v1.34 +- code cleanup: reduce amount of package variables. Move module + variables into this hash, don't allow private data to be exported +- fixed grub virtual disk setup, grub stages were missing +- added plusSuggested for pattern validation +- use aufs || unionfs for read-only mounts in KIWIRoot.pm +- added support for aufs to isoboot live media for suse >= 10.3 + using aufs for live media requires: "flags=unified" to be set +- added cleanInitrd method to remove the boot image data from + main memory before chroot'ing into the system +- added loginfo method and include script output to root log +- fixed set-repo option to use this path for downloading + patterns if specified +- make importFile function easier, fixed KERNEL_LIST content + if system image doesn't provide it but KIWI_INITRD does. + Added options KIWI_KERNEL_OPTIONS and KIWI_BOOT_TIMEOUT. + Thanks to snorp@novell.com who created the patch +- added required netboot versions for SLES and SLED + GM and SP1, activate prebuilding for GM versions (#270881) +- allow USB stick device to be selected via --bootstick-device + option. The given device must be one of the devices detected + by the getRemovableUSBStorageDevices() method (#275137) +- fixed possible race condition while searching for the correct + kernel file. kiwi will create a link pointing to the correct + file and thus kiwi can use this link later instead of a glob + search + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.T26835/_old 2007-05-21 18:07:33.000000000 +0200 +++ /var/tmp/diff_new_pack.T26835/_new 2007-05-21 18:07:33.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kiwi (Version 1.33) +# spec file for package kiwi (Version 1.34) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ BuildRequires: module-init-tools perl perl-XML-LibXML perl-libwww-perl screen smart syslinux Requires: perl perl-XML-LibXML perl-libwww-perl screen Summary: OpenSuSE - KIWI Image System -Version: 1.33 +Version: 1.34 Release: 1 Group: System/Management License: GNU General Public License (GPL) @@ -138,12 +138,12 @@ # %patch %build -export USER=-1 # set value to 0 to build boot images +export K_USER=0 # set value to 0 to build boot images rm -rf $RPM_BUILD_ROOT test -e /.buildenv && . /.buildenv #cat /proc/mounts > /etc/fstab make buildroot=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS" -if [ $UID = $USER ];then +if [ $UID = $K_USER ];then # prepare and create boot images... mkdir -p $RPM_BUILD_ROOT/srv/tftpboot/pxelinux.cfg mkdir -p $RPM_BUILD_ROOT/srv/tftpboot/boot @@ -164,10 +164,7 @@ echo "# ..." >> $pxedefault echo "DEFAULT Local-Boot" >> $pxedefault images=" - netboot/suse-10.1 netboot/suse-10.1-smp - netboot/suse-10.2 netboot/suse-10.2-smp - xennetboot/suse-10.1 - xennetboot/suse-10.2 + netboot/suse-SLES10 netboot/suse-SLED10 " for i in $images;do rootName=`echo $i | tr / -` @@ -181,7 +178,7 @@ ../kiwi.pl --root $RPM_BUILD_ROOT/root-$rootName --prepare ../system/boot/$i ../kiwi.pl --create $RPM_BUILD_ROOT/root-$rootName \ -d $RPM_BUILD_ROOT/srv/tftpboot/boot - rm -rf $RPM_BUILD_ROOT/root-$rootName + rm -rf $RPM_BUILD_ROOT/root-$rootName* echo >> $pxedefault echo "LABEL $rootName" >> $pxedefault ( @@ -222,7 +219,7 @@ man_prefix=$RPM_BUILD_ROOT/%{_mandir} \ install touch kiwi.loader -if [ ! $UID = $USER ];then +if [ ! $UID = $K_USER ];then install -m 755 pxeboot/pxelinux.0.config \ $RPM_BUILD_ROOT/srv/tftpboot/pxelinux.cfg/default fi @@ -288,6 +285,33 @@ %{_datadir}/kiwi/image/xenboot %changelog +* Mon May 14 2007 - ms@suse.de +- v1.34 +- code cleanup: reduce amount of package variables. Move module + variables into this hash, don't allow private data to be exported +- fixed grub virtual disk setup, grub stages were missing +- added plusSuggested for pattern validation +- use aufs || unionfs for read-only mounts in KIWIRoot.pm +- added support for aufs to isoboot live media for suse >= 10.3 + using aufs for live media requires: "flags=unified" to be set +- added cleanInitrd method to remove the boot image data from + main memory before chroot'ing into the system +- added loginfo method and include script output to root log +- fixed set-repo option to use this path for downloading + patterns if specified +- make importFile function easier, fixed KERNEL_LIST content + if system image doesn't provide it but KIWI_INITRD does. + Added options KIWI_KERNEL_OPTIONS and KIWI_BOOT_TIMEOUT. + Thanks to snorp@novell.com who created the patch +- added required netboot versions for SLES and SLED + GM and SP1, activate prebuilding for GM versions (#270881) +- allow USB stick device to be selected via --bootstick-device + option. The given device must be one of the devices detected + by the getRemovableUSBStorageDevices() method (#275137) +- fixed possible race condition while searching for the correct + kernel file. kiwi will create a link pointing to the correct + file and thus kiwi can use this link later instead of a glob + search * Tue May 08 2007 - ms@suse.de - v1.33 - kiwi-pxeboot: install files to /srv/tftpboot (#248008) ++++++ kiwi.tar.bz2 ++++++ ++++ 4859 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