diff --git a/kdump b/kdump index afd943a..02deea0 100644 --- a/kdump +++ b/kdump @@ -331,7 +331,7 @@ case "$1" in fi ;; stop) - if [ ! -f /proc/vmcore ]; then + if ! is_crash_kernel ; then if [ "$RUNLEVEL" != "" ]; then echo -n "Not unloading kdump during runlevel changes" rc_status -s diff --git a/kexec-tools.changes b/kexec-tools.changes index bef5bb5..82e3d6b 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 20 20:39:13 CET 2007 - bwalle@suse.de + +- fixed script to properly unload kdump on IA64 (where kdump + kernel is the normal kernel) (#256179) + ------------------------------------------------------------------- Mon Mar 19 10:58:10 CET 2007 - bwalle@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index 522e528..a862fc9 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -19,7 +19,7 @@ Requires: %insserv_prereq %fillup_prereq Autoreqprov: on Summary: Tools for fast kernel loading Version: 1.101 -Release: 85 +Release: 86 Source: %{name}-%{package_version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -124,6 +124,9 @@ true # ignore errors %{_sbindir}/kdump-helper %changelog +* Tue Mar 20 2007 - bwalle@suse.de +- fixed script to properly unload kdump on IA64 (where kdump + kernel is the normal kernel) (#256179) * Mon Mar 19 2007 - bwalle@suse.de - upgrade to latest snapshot o [IA64] Use EFI_LOADER_DATA for ELF core header (-> needed