Hello community, here is the log from the commit of package kiwi checked in at Tue May 22 18:33:51 CEST 2007. -------- --- arch/i386/kiwi/kiwi.changes 2007-05-22 17:05:35.000000000 +0200 +++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2007-05-22 17:21:47.744455000 +0200 @@ -1,0 +2,6 @@ +Tue May 22 17:19:49 CEST 2007 - ms@suse.de + +- v1.36 +- fixed readlink call in KIWIBoot.pm to obtain kernel file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.b26209/_old 2007-05-22 18:33:27.000000000 +0200 +++ /var/tmp/diff_new_pack.b26209/_new 2007-05-22 18:33:27.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kiwi (Version 1.35) +# spec file for package kiwi (Version 1.36) # # 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.35 +Version: 1.36 Release: 1 Group: System/Management License: GNU General Public License (GPL) @@ -288,6 +288,9 @@ %changelog * Tue May 22 2007 - ms@suse.de +- v1.36 +- fixed readlink call in KIWIBoot.pm to obtain kernel file +* Tue May 22 2007 - ms@suse.de - v1.35 - fixed creating kernel link - added check for autobuild environment ++++++ kiwi.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm --- old/kiwi/modules/KIWIBoot.pm 2007-05-21 17:00:34.000000000 +0200 +++ new/kiwi/modules/KIWIBoot.pm 2007-05-22 17:18:34.000000000 +0200 @@ -83,6 +83,7 @@ return undef; } $kernel = $initrd; + $knlink = $kernel; $knlink =~ s/gz$/kernel/; $kernel = readlink ($knlink); if (! -f $kernel) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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