SHA256
1
0
forked from pool/kdump
OBS User unknown 2008-08-02 00:11:07 +00:00 committed by Git OBS Bridge
parent 419fe783bf
commit 3d8bc88688
4 changed files with 70 additions and 7 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61185b8b630e5b7548cdbb805d298838b93c0afef8aa6edc02a8409c7653a99f
size 3301699

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Aug 01 12:00:17 CEST 2008 - bwalle@suse.de
- update to 0.5.5
o make dependency to libssh2 optional
-------------------------------------------------------------------
Thu Jul 31 23:41:06 CEST 2008 - bwalle@suse.de
- update to 0.5.4
o always create empty ${tmp_mnt}/etc/fstab.kdump
o change execution state to 'boot'
o use UUID for fstab.kdump
o open a shell if something fails and KDUMP_CONTINUE_ON_ERROR is
true
o don't include JFS to initrd
o don't add -s '' parameter to mkinitrd call if the boot splash
script is not available
o handle more programs in $KDUMP_REQUIRED_PROGRAMS correct
o move original /etc/fstab back
- add %config to udev rule
-------------------------------------------------------------------
Mon Jul 28 23:39:24 CEST 2008 - bwalle@suse.de
- update to 0.5.3
o don't exit with error code when the dump directory does not yet
exist in the 'delete_dumps' command
o fix syntax error in init/boot-kdump.sh
-------------------------------------------------------------------
Mon Jul 28 23:12:12 CEST 2008 - bwalle@suse.de
- call mkinitrd_setup in %post and %postun
-------------------------------------------------------------------
Mon Jul 28 11:58:28 CEST 2008 - bwalle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package kdump (Version 0.5.2)
# spec file for package kdump (Version 0.5.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,14 +13,17 @@
Name: kdump
License: GPL v2 or later
Version: 0.5.2
Version: 0.5.5
Release: 1
Requires: curl openssh makedumpfile
Summary: Script for kdump
Group: System/Kernel
Requires(post): mkinitrd
BuildRequires: gcc-c++ libcurl-devel libelf0-devel libssh2-devel zlib-devel
BuildRequires: gcc-c++ libcurl-devel libelf0-devel zlib-devel
BuildRequires: asciidoc cmake libxslt mkinitrd
%if %suse_version > 1100
BuildRequires: libssh2-devel
%endif
PreReq: %insserv_prereq %fillup_prereq
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -62,6 +65,7 @@ ln -s /etc/init.d/kdump $RPM_BUILD_ROOT/sbin/rckdump
%post
%{fillup_and_insserv -n kdump kdump}
/sbin/mkinitrd_setup
%preun
echo "Stopping kexec ..."
@ -70,6 +74,7 @@ echo "Stopping kexec ..."
%postun
%restart_on_update kdump
%insserv_cleanup
/sbin/mkinitrd_setup
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@ -86,9 +91,32 @@ echo "Stopping kexec ..."
%{_sysconfdir}/init.d/kdump
/var/adm/fillup-templates/sysconfig.kdump
/lib/mkinitrd/scripts/*-kdump.sh
%{_sysconfdir}/udev/rules.d/70-kdump.rules
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
%changelog
* Fri Aug 01 2008 bwalle@suse.de
- update to 0.5.5
o make dependency to libssh2 optional
* Fri Aug 01 2008 bwalle@suse.de
- update to 0.5.4
o always create empty ${tmp_mnt}/etc/fstab.kdump
o change execution state to 'boot'
o use UUID for fstab.kdump
o open a shell if something fails and KDUMP_CONTINUE_ON_ERROR is
true
o don't include JFS to initrd
o don't add -s '' parameter to mkinitrd call if the boot splash
script is not available
o handle more programs in $KDUMP_REQUIRED_PROGRAMS correct
o move original /etc/fstab back
- add %%config to udev rule
* Tue Jul 29 2008 bwalle@suse.de
- update to 0.5.3
o don't exit with error code when the dump directory does not yet
exist in the 'delete_dumps' command
o fix syntax error in init/boot-kdump.sh
* Tue Jul 29 2008 bwalle@suse.de
- call mkinitrd_setup in %%post and %%postun
* Mon Jul 28 2008 bwalle@suse.de
- update to 0.5.2
o copy required programs (KDUMP_REQUIRED_PROGRAMS) in initrd