From 9de4dce9a200634183c4b1f8d0485dc6c0bf330ba0637a0660cfd92c4fba7a30 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 20 Mar 2007 23:41:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=17 --- kdump | 2 +- kexec-tools.changes | 6 ++++++ kexec-tools.spec | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) 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