From 490bd2f24f03c87dc8e2dc35cef578a976917361b0a6ad0876841281b216f217 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 21 Jun 2007 20:34:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=24 --- kdump | 2 +- kexec-tools.changes | 5 +++++ kexec-tools.spec | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/kdump b/kdump index ba5139e..34b7111 100644 --- a/kdump +++ b/kdump @@ -173,7 +173,7 @@ load_kdump() echo 1 > /proc/sys/kernel/panic_on_oops # remove `--args-linux' for x86 type kernel files here - if [ $($KDUMP_IDENTIFY_KERNEL -t $kdump_kernel) = "x86" ] ; then + if [ "$($KDUMP_IDENTIFY_KERNEL -t $kdump_kernel)" = "x86" ] ; then KEXEC_OPTIONS=$(echo $KEXEC_OPTIONS | sed -e 's/--args-linux//g') fi diff --git a/kexec-tools.changes b/kexec-tools.changes index 7371736..0c0d02e 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 21 16:27:33 CEST 2007 - bwalle@suse.de + +- kdump init script: fix handling of spaces in kernel type + ------------------------------------------------------------------- Wed Jun 13 16:51:53 CEST 2007 - bwalle@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index d436aee..c76936c 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -18,7 +18,7 @@ Requires: %insserv_prereq %fillup_prereq Autoreqprov: on Summary: Tools for fast kernel loading Version: 1.101 -Release: 110 +Release: 111 Source: %{name}-%{package_version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -129,6 +129,8 @@ true # ignore errors /var/adm/fillup-templates/sysconfig.kdump %changelog +* Thu Jun 21 2007 - bwalle@suse.de +- kdump init script: fix handling of spaces in kernel type * Wed Jun 13 2007 - bwalle@suse.de - remove KDUMP_KERNELVER="kdump" on x86_64 and i386 since there's no special "kdump" kernel any more in the default configuration