This commit is contained in:
parent
9744f2ec66
commit
130fad7dc4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:649023fda632de232ba25b7e01b1be69fd4e6100864b298b7417d9088f35ea56
|
|
||||||
size 90455
|
|
3
kdump-0.7.3.tar.bz2
Normal file
3
kdump-0.7.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f7cc6f029683dc0721d6d24a13a3466e9523d65e21c8fb90b5c531184e4cb9c
|
||||||
|
size 91494
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 24 22:48:56 CET 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
- Update to 0.7.3
|
||||||
|
o Document kdump problems on Xen.
|
||||||
|
o Don't display the full mkinitrd output.
|
||||||
|
o Warn about zero-size vmcore.
|
||||||
|
o Default to the auto-detected kernel when mkdumprd is called
|
||||||
|
without arguments instead of defaulting to the running kernel.
|
||||||
|
o Parse VMCOREINFO_XEN when present with 'read_vmcoreinfo'.
|
||||||
|
o Pass the kernel release of the crashed kernel via command line
|
||||||
|
in case of Xen.
|
||||||
|
o Improve error handling when no crash kernel release is
|
||||||
|
available when saving the dump.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 21 13:46:57 CET 2008 - bwalle@suse.de
|
Fri Nov 21 13:46:57 CET 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
16
kdump.spec
16
kdump.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kdump (Version 0.7.2)
|
# spec file for package kdump (Version 0.7.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,7 +21,7 @@ Url: http://freehg.org/u/bwalle/kdump/
|
|||||||
|
|
||||||
Name: kdump
|
Name: kdump
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 0.7.2
|
Version: 0.7.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: curl openssh makedumpfile
|
Requires: curl openssh makedumpfile
|
||||||
Summary: Script for kdump
|
Summary: Script for kdump
|
||||||
@ -126,6 +126,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
|
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 24 2008 bwalle@suse.de
|
||||||
|
- Update to 0.7.3
|
||||||
|
o Document kdump problems on Xen.
|
||||||
|
o Don't display the full mkinitrd output.
|
||||||
|
o Warn about zero-size vmcore.
|
||||||
|
o Default to the auto-detected kernel when mkdumprd is called
|
||||||
|
without arguments instead of defaulting to the running kernel.
|
||||||
|
o Parse VMCOREINFO_XEN when present with 'read_vmcoreinfo'.
|
||||||
|
o Pass the kernel release of the crashed kernel via command line
|
||||||
|
in case of Xen.
|
||||||
|
o Improve error handling when no crash kernel release is
|
||||||
|
available when saving the dump.
|
||||||
* Fri Nov 21 2008 bwalle@suse.de
|
* Fri Nov 21 2008 bwalle@suse.de
|
||||||
- Update to 0.7.2
|
- Update to 0.7.2
|
||||||
o Don't use the FQDN but only the hostname to avoid DNS lookups
|
o Don't use the FQDN but only the hostname to avoid DNS lookups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user