forked from pool/kdump
This commit is contained in:
parent
3807f62c21
commit
5ebc366645
43
kdump-8712f642965d13539148e385aefb805e3464b62d
Normal file
43
kdump-8712f642965d13539148e385aefb805e3464b62d
Normal file
@ -0,0 +1,43 @@
|
||||
# HG changeset patch
|
||||
# User Bernhard Walle <bwalle@suse.de>
|
||||
# Date 1224709251 -7200
|
||||
# Node ID 8712f642965d13539148e385aefb805e3464b62d
|
||||
# Parent f4cf2ef3cc3e6414d7d9386de0ebf7d633cbfed5
|
||||
Actually check <version>-kdump before <version>-<flavour> when looking for a suitable kdump kernel
|
||||
|
||||
diff -r f4cf2ef3cc3e -r 8712f642965d ChangeLog
|
||||
--- a/ChangeLog Mon Aug 18 16:39:12 2008 +0200
|
||||
+++ b/ChangeLog Wed Oct 22 23:00:51 2008 +0200
|
||||
@@ -1,3 +1,8 @@
|
||||
+2008-10-22 Bernhard Walle <bwalle@suse.de>
|
||||
+
|
||||
+ * actually check <version>-kdump before <version>-<flavour> when
|
||||
+ looking for a suitable kdump kernel
|
||||
+
|
||||
2008-08-18 Bernhard Walle <bwalle@suse.de>
|
||||
|
||||
* change default location to "/var/crash"
|
||||
diff -r f4cf2ef3cc3e -r 8712f642965d NEWS
|
||||
--- a/NEWS Mon Aug 18 16:39:12 2008 +0200
|
||||
+++ b/NEWS Wed Oct 22 23:00:51 2008 +0200
|
||||
@@ -1,6 +1,8 @@
|
||||
0.6.4
|
||||
-----
|
||||
* change default location for KDUMP_SAVEDIR to "/var/crash"
|
||||
+ * actually check <version>-kdump before <version>-<flavour> when looking for
|
||||
+ a suitable kdump kernel
|
||||
|
||||
0.6.3
|
||||
-----
|
||||
diff -r f4cf2ef3cc3e -r 8712f642965d init/boot.kdump
|
||||
--- a/init/boot.kdump Mon Aug 18 16:39:12 2008 +0200
|
||||
+++ b/init/boot.kdump Wed Oct 22 23:00:51 2008 +0200
|
||||
@@ -129,7 +129,7 @@
|
||||
local kdump_kver=
|
||||
|
||||
# <version>-kdump first
|
||||
- kdump_kver=$(uname -r | sed -e's/-[^-]*$//g')
|
||||
+ kdump_kver=$(uname -r | sed -e's/-[^-]*$//g')-kdump
|
||||
if [ -n "$(check_boot_kernel $kdump_kver)" ] ; then
|
||||
echo "$kdump_kver"
|
||||
return
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 23:05:50 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- Actually check <version>-kdump before <version>-<flavour> when
|
||||
looking for a suitable kdump kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 16:19:27 CEST 2008 - bwalle@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ Url: http://freehg.org/u/bwalle/kdump/
|
||||
Name: kdump
|
||||
License: GPL v2 or later
|
||||
Version: 0.6.3
|
||||
Release: 30
|
||||
Release: 31
|
||||
Requires: curl openssh makedumpfile
|
||||
Summary: Script for kdump
|
||||
Group: System/Kernel
|
||||
@ -38,6 +38,7 @@ Source2: %{name}-%{version}-rpmlintrc
|
||||
Patch0: %{name}-f4cf2ef3cc3e6414d7d9386de0ebf7d633cbfed5
|
||||
Patch1: %{name}-2860e7a5d481633aca345b07db28d95fdb04d649
|
||||
Patch2: %{name}-8580f201f2f759eb78c646a6b98727b4508101d3
|
||||
Patch3: %{name}-8712f642965d13539148e385aefb805e3464b62d
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
|
||||
Provides: kdump-helpers = 0.2.4
|
||||
@ -62,6 +63,7 @@ Authors:
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%optflags"
|
||||
@ -130,6 +132,9 @@ rm /var/log/dump &>/dev/null || true
|
||||
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
|
||||
|
||||
%changelog
|
||||
* Thu Oct 23 2008 bwalle@suse.de
|
||||
- Actually check <version>-kdump before <version>-<flavour> when
|
||||
looking for a suitable kdump kernel.
|
||||
* Fri Oct 17 2008 bwalle@suse.de
|
||||
- /etc/sysconfig/kdump should be only readable as root since it
|
||||
may contain passwords (bnc#436042).
|
||||
|
Loading…
x
Reference in New Issue
Block a user