From 209c14beb6fbb3f5e6c09b01a32a74570589ff541798857de24e8b2868ed7e6f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 20 Nov 2008 15:45:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=35 --- kdump-0.6.7.tar.bz2 | 3 -- ...p-0.6.7-rpmlintrc => kdump-0.7.1-rpmlintrc | 0 kdump-0.7.1.tar.bz2 | 3 ++ kdump.changes | 27 +++++++++++++++ kdump.spec | 33 +++++++++++++++---- 5 files changed, 57 insertions(+), 9 deletions(-) delete mode 100644 kdump-0.6.7.tar.bz2 rename kdump-0.6.7-rpmlintrc => kdump-0.7.1-rpmlintrc (100%) create mode 100644 kdump-0.7.1.tar.bz2 diff --git a/kdump-0.6.7.tar.bz2 b/kdump-0.6.7.tar.bz2 deleted file mode 100644 index 50946d5..0000000 --- a/kdump-0.6.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6f496644014a7df415b9c90d7a9eaba36ac34b937580ffc01a3e3b43a9a674a -size 3296055 diff --git a/kdump-0.6.7-rpmlintrc b/kdump-0.7.1-rpmlintrc similarity index 100% rename from kdump-0.6.7-rpmlintrc rename to kdump-0.7.1-rpmlintrc diff --git a/kdump-0.7.1.tar.bz2 b/kdump-0.7.1.tar.bz2 new file mode 100644 index 0000000..b59f621 --- /dev/null +++ b/kdump-0.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439e0186fa4ac71bf7152886b406c6eadf180087715bfdcbbd76e710a1b93417 +size 90132 diff --git a/kdump.changes b/kdump.changes index 26cd287..ffeee4c 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Nov 20 15:08:15 CET 2008 - bwalle@suse.de + +- Update to 0.7.1 + o Document 256M limit on ppc64 for large machines in kdump(7). + +------------------------------------------------------------------- +Wed Nov 19 13:29:21 CET 2008 - bwalle@suse.de + +- Only regenerate the initrd once after update. But make sure that + it always gets regenerated. +- Update to 0.7.0 + o Add read_ikconfig command. + o Add find_kernel command in kdumptool, replacing the find code + in the init script. Needed to prefer the default kernel even + if the maxcpus kernel (or a realtime kernel) is currently + booted (bnc#444658). + o Implement KDUMP_VERBOSE = 16 to debug kdump find_kernel. + o Make boot.kdump dependent on boot.localnet to have a correct + hostname (bnc#442830). + o Fix stripping of the crashkernel command line again + (bnc#444687). + o Don't include test cases in the release tarball. They are + very incomplete and contain too huge test data. + o Honor TMPDIR and set that to disk space instead of the ramdisk + when saving the dump in the initrd. + ------------------------------------------------------------------- Thu Nov 13 12:03:51 CET 2008 - bwalle@suse.de diff --git a/kdump.spec b/kdump.spec index 22bf502..5784944 100644 --- a/kdump.spec +++ b/kdump.spec @@ -1,5 +1,5 @@ # -# spec file for package kdump (Version 0.6.7) +# spec file for package kdump (Version 0.7.1) # # 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.6.7 +Version: 0.7.1 Release: 1 Requires: curl openssh makedumpfile Summary: Script for kdump @@ -93,19 +93,19 @@ if test -d /var/log/dump && rmdir /var/log/dump &>/dev/null || ! test -d /var/log/dump ; then ln -snf /var/crash /var/log/dump fi -# regenerate the kdump initrd on next startup -touch /etc/sysconfig/kdump %preun echo "Stopping kdump ..." %stop_on_removal boot.kdump %postun -%restart_on_update boot.kdump -%insserv_cleanup +# force regeneration of kdumprd +touch /etc/sysconfig/kdump /sbin/mkinitrd_setup # delete symbolic link rm /var/log/dump &>/dev/null || true +%restart_on_update boot.kdump +%insserv_cleanup %clean rm -rf $RPM_BUILD_ROOT @@ -126,6 +126,27 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/udev/rules.d/70-kdump.rules %changelog +* Thu Nov 20 2008 bwalle@suse.de +- Update to 0.7.1 + o Document 256M limit on ppc64 for large machines in kdump(7). +* Wed Nov 19 2008 bwalle@suse.de +- Only regenerate the initrd once after update. But make sure that + it always gets regenerated. +- Update to 0.7.0 + o Add read_ikconfig command. + o Add find_kernel command in kdumptool, replacing the find code + in the init script. Needed to prefer the default kernel even + if the maxcpus kernel (or a realtime kernel) is currently + booted (bnc#444658). + o Implement KDUMP_VERBOSE = 16 to debug kdump find_kernel. + o Make boot.kdump dependent on boot.localnet to have a correct + hostname (bnc#442830). + o Fix stripping of the crashkernel command line again + (bnc#444687). + o Don't include test cases in the release tarball. They are + very incomplete and contain too huge test data. + o Honor TMPDIR and set that to disk space instead of the ramdisk + when saving the dump in the initrd. * Thu Nov 13 2008 bwalle@suse.de - Update to 0.6.7 o Strip the whole crashkernel option when loading the kdump