From 419fe783bf17aeb2a3374b7f248844218509f45c9747c715f8395dd7ff51a19a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 28 Jul 2008 13:52:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=16 --- kdump-0.5.1.tar.bz2 | 3 --- kdump-0.5.2.tar.bz2 | 3 +++ kdump.changes | 9 +++++++++ kdump.spec | 10 ++++++++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 kdump-0.5.1.tar.bz2 create mode 100644 kdump-0.5.2.tar.bz2 diff --git a/kdump-0.5.1.tar.bz2 b/kdump-0.5.1.tar.bz2 deleted file mode 100644 index 6f3b6f2..0000000 --- a/kdump-0.5.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fe6018dd5797746c3313f51770f0d4785fb274d4cc22dda937e505102ea2a11 -size 3300244 diff --git a/kdump-0.5.2.tar.bz2 b/kdump-0.5.2.tar.bz2 new file mode 100644 index 0000000..f244eda --- /dev/null +++ b/kdump-0.5.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3a5037381541effcac6b20d34ff7806a1b3b2f5f5417d9bf8f99ce4e4475db +size 3301430 diff --git a/kdump.changes b/kdump.changes index 19e16c8..bd73fa3 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 28 11:58:28 CEST 2008 - bwalle@suse.de + +- update to 0.5.2 + o copy required programs (KDUMP_REQUIRED_PROGRAMS) in initrd + o mount dump partition and boot partition in initrd + o don't exit with error code when the dump directory does not yet + exist in the 'delete_dumps' command + ------------------------------------------------------------------- Thu Jul 24 22:20:00 CEST 2008 - bwalle@suse.de diff --git a/kdump.spec b/kdump.spec index d153ee3..5ce053f 100644 --- a/kdump.spec +++ b/kdump.spec @@ -1,5 +1,5 @@ # -# spec file for package kdump (Version 0.5.1) +# spec file for package kdump (Version 0.5.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: kdump License: GPL v2 or later -Version: 0.5.1 +Version: 0.5.2 Release: 1 Requires: curl openssh makedumpfile Summary: Script for kdump @@ -89,6 +89,12 @@ echo "Stopping kexec ..." %{_sysconfdir}/udev/rules.d/70-kdump.rules %changelog +* Mon Jul 28 2008 bwalle@suse.de +- update to 0.5.2 + o copy required programs (KDUMP_REQUIRED_PROGRAMS) in initrd + o mount dump partition and boot partition in initrd + o don't exit with error code when the dump directory does not yet + exist in the 'delete_dumps' command * Fri Jul 25 2008 bwalle@suse.de - update to 0.5.1 o add 'print_target' sub command