SHA256
1
0
forked from pool/kdump
OBS User unknown 2008-06-02 08:31:23 +00:00 committed by Git OBS Bridge
parent 325c3abe21
commit 09040147d2
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 01 17:56:40 CEST 2008 - bwalle@suse.de
- set KDUMP_KERNELVER="" on i386 instead of KDUMP_KERNELVER="kdump"
(with "kdump", the kdump kernel cannot be loaded without manually
editing the configuration file (bnc#396221)
-------------------------------------------------------------------
Mon May 26 17:45:18 CEST 2008 - bwalle@suse.de

View File

@ -15,7 +15,7 @@ Name: kdump
License: GPL v2 or later
BuildRequires: libelf0-devel zlib-devel
Version: 0.3.3
Release: 29
Release: 31
Requires: curl openssh
Recommends: makedumpfile
Summary: Script for kdump
@ -76,7 +76,7 @@ ln -s /etc/init.d/kdump $RPM_BUILD_ROOT/sbin/rckdump
sed -i 's@^\(KEXEC_OPTIONS="\)\(.*"[[:blank:]]*$\)@\1--args-linux \2@'\
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.kdump
%endif
%ifarch x86_64 i386 ia64
%ifarch %ix86 x86_64 ia64
# empty KDUMP_KERNELVER since we have no special kdump kernel on that archs
sed -i -e 's@^\(KDUMP_KERNELVER=\).*$@\1""@' \
-e 's@^\(KDUMP_COMMANDLINE_APPEND="\)\(.*"[[:blank:]]*$\)@\1maxcpus=1 \2@' \
@ -149,6 +149,10 @@ fi
%{_sysconfdir}/udev/rules.d/70-kdump.rules
%changelog
* Sun Jun 01 2008 bwalle@suse.de
- set KDUMP_KERNELVER="" on i386 instead of KDUMP_KERNELVER="kdump"
(with "kdump", the kdump kernel cannot be loaded without manually
editing the configuration file (bnc#396221)
* Mon May 26 2008 bwalle@suse.de
- fix load of kdump kernel when KDUMP_KERNELVER="kdump" on ppc64
(bnc#394216)