From fcc386d98e15fb09825efbebba0a1078a77b009633b6835abe91aa8c513cd8a4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 7 Feb 2007 18:31:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=8 --- README.SUSE | 2 +- kexec-tools.changes | 9 +++++++++ kexec-tools.spec | 10 +++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.SUSE b/README.SUSE index 140ab66..b5d33ac 100644 --- a/README.SUSE +++ b/README.SUSE @@ -100,7 +100,7 @@ this test. After the system recovers, verify that a vmcore file was generated in the save dump directory. By default the vmcore file is located in -/var/log/dumps/. +/var/log/dump/. When a crash occurs, the kernel crash handler starts the second recovery kernel that the Kdump init script loaded earlier, and reboots the system diff --git a/kexec-tools.changes b/kexec-tools.changes index b808f36..cfa6007 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 7 15:42:35 CET 2007 - bwalle@suse.de + +- don't refuse to deinstall kexec-tools if kdump was not configured + (#243081) +- fixed documentation error (/var/log/dump instead of + /var/log/dumps in README.SUSE) + (#239506) + ------------------------------------------------------------------- Mon Feb 5 12:38:11 CET 2007 - tiwai@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index c6b0898..4d9f3c2 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: 68 +Release: 69 Source: %{name}-%{package_version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -95,7 +95,9 @@ cd - %{fillup_and_insserv -n kdump kdump} %preun +echo "Stopping kexec ..." %stop_on_removal kdump +true # ignore errors %postun %restart_on_update kdump @@ -120,6 +122,12 @@ cd - %{_sbindir}/kdump-helper %changelog -n kexec-tools +* Wed Feb 07 2007 - bwalle@suse.de +- don't refuse to deinstall kexec-tools if kdump was not configured + (#243081) +- fixed documentation error (/var/log/dump instead of + /var/log/dumps in README.SUSE) + (#239506) * Mon Feb 05 2007 - tiwai@suse.de - updated to kexec-tools 2007.02.05: * including last fixes