diff --git a/kdump-0.7.2.tar.bz2 b/kdump-0.7.2.tar.bz2 deleted file mode 100644 index fd5a305..0000000 --- a/kdump-0.7.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:649023fda632de232ba25b7e01b1be69fd4e6100864b298b7417d9088f35ea56 -size 90455 diff --git a/kdump-0.7.2-rpmlintrc b/kdump-0.7.3-rpmlintrc similarity index 100% rename from kdump-0.7.2-rpmlintrc rename to kdump-0.7.3-rpmlintrc diff --git a/kdump-0.7.3.tar.bz2 b/kdump-0.7.3.tar.bz2 new file mode 100644 index 0000000..2a005ac --- /dev/null +++ b/kdump-0.7.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7cc6f029683dc0721d6d24a13a3466e9523d65e21c8fb90b5c531184e4cb9c +size 91494 diff --git a/kdump.changes b/kdump.changes index fe4f262..51e7404 100644 --- a/kdump.changes +++ b/kdump.changes @@ -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 diff --git a/kdump.spec b/kdump.spec index 7a7486d..860ee89 100644 --- a/kdump.spec +++ b/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. # @@ -21,7 +21,7 @@ Url: http://freehg.org/u/bwalle/kdump/ Name: kdump License: GPL v2 or later -Version: 0.7.2 +Version: 0.7.3 Release: 1 Requires: curl openssh makedumpfile Summary: Script for kdump @@ -126,6 +126,18 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/udev/rules.d/70-kdump.rules %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 - Update to 0.7.2 o Don't use the FQDN but only the hostname to avoid DNS lookups