This commit is contained in:
parent
3ad61faa9d
commit
209c14beb6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6f496644014a7df415b9c90d7a9eaba36ac34b937580ffc01a3e3b43a9a674a
|
|
||||||
size 3296055
|
|
3
kdump-0.7.1.tar.bz2
Normal file
3
kdump-0.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:439e0186fa4ac71bf7152886b406c6eadf180087715bfdcbbd76e710a1b93417
|
||||||
|
size 90132
|
@ -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
|
Thu Nov 13 12:03:51 CET 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
33
kdump.spec
33
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.
|
# 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.6.7
|
Version: 0.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: curl openssh makedumpfile
|
Requires: curl openssh makedumpfile
|
||||||
Summary: Script for kdump
|
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
|
! test -d /var/log/dump ; then
|
||||||
ln -snf /var/crash /var/log/dump
|
ln -snf /var/crash /var/log/dump
|
||||||
fi
|
fi
|
||||||
# regenerate the kdump initrd on next startup
|
|
||||||
touch /etc/sysconfig/kdump
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
echo "Stopping kdump ..."
|
echo "Stopping kdump ..."
|
||||||
%stop_on_removal boot.kdump
|
%stop_on_removal boot.kdump
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%restart_on_update boot.kdump
|
# force regeneration of kdumprd
|
||||||
%insserv_cleanup
|
touch /etc/sysconfig/kdump
|
||||||
/sbin/mkinitrd_setup
|
/sbin/mkinitrd_setup
|
||||||
# delete symbolic link
|
# delete symbolic link
|
||||||
rm /var/log/dump &>/dev/null || true
|
rm /var/log/dump &>/dev/null || true
|
||||||
|
%restart_on_update boot.kdump
|
||||||
|
%insserv_cleanup
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -126,6 +126,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
|
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 13 2008 bwalle@suse.de
|
||||||
- Update to 0.6.7
|
- Update to 0.6.7
|
||||||
o Strip the whole crashkernel option when loading the kdump
|
o Strip the whole crashkernel option when loading the kdump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user