SHA256
1
0
forked from pool/kdump
OBS User unknown 2008-07-28 13:52:15 +00:00 committed by Git OBS Bridge
parent d653c13764
commit 419fe783bf
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fe6018dd5797746c3313f51770f0d4785fb274d4cc22dda937e505102ea2a11
size 3300244

3
kdump-0.5.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c3a5037381541effcac6b20d34ff7806a1b3b2f5f5417d9bf8f99ce4e4475db
size 3301430

View File

@ -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

View File

@ -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