diff --git a/kdump-0.8.0.tar.bz2 b/kdump-0.8.0.tar.bz2 deleted file mode 100644 index 7139f4a..0000000 --- a/kdump-0.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab1ad721af0c6531dec6cdc08c2c689005c290c999f177839fd0d1456189f774 -size 91791 diff --git a/kdump-0.8.0-rpmlintrc b/kdump-0.8.1-rpmlintrc similarity index 100% rename from kdump-0.8.0-rpmlintrc rename to kdump-0.8.1-rpmlintrc diff --git a/kdump-0.8.1.tar.bz2 b/kdump-0.8.1.tar.bz2 new file mode 100644 index 0000000..6365381 --- /dev/null +++ b/kdump-0.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34cf1e389876fc28f7f361b1cd689a14521592edca01c7a757947615f7cf138 +size 92128 diff --git a/kdump.changes b/kdump.changes index 5db874a..8cb5df0 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 23 16:46:36 CET 2009 - bwalle@suse.de + +- Update to 0.8.1 + o Fix invalid syntax in CMakeLists.txt. + o Fix manpage, the command is called read_ikconfig and not + print_ikconfig (bnc #468782). + o Remove the documentation about the non-working network + configuration in Xen since that has been fixed meanwhile. + o Make it possible to exit the shell spawned in the initrd with + 'exit' to boot in the kdump system for debugging. + ------------------------------------------------------------------- Wed Jan 14 10:34:37 CET 2009 - bwalle@suse.de diff --git a/kdump.spec b/kdump.spec index e26115e..c055919 100644 --- a/kdump.spec +++ b/kdump.spec @@ -1,5 +1,5 @@ # -# spec file for package kdump (Version 0.8.0) +# spec file for package kdump (Version 0.8.1) # # Copyright (c) 2009 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.8.0 +Version: 0.8.1 Release: 1 Requires: curl openssh makedumpfile Summary: Script for kdump @@ -128,6 +128,15 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/udev/rules.d/70-kdump.rules %changelog +* Fri Jan 23 2009 bwalle@suse.de +- Update to 0.8.1 + o Fix invalid syntax in CMakeLists.txt. + o Fix manpage, the command is called read_ikconfig and not + print_ikconfig (bnc #468782). + o Remove the documentation about the non-working network + configuration in Xen since that has been fixed meanwhile. + o Make it possible to exit the shell spawned in the initrd with + 'exit' to boot in the kdump system for debugging. * Wed Jan 14 2009 bwalle@suse.de - Update to 0.8.0 o Call asciidoc a2x with -L to fix manual page generation