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 Mon May 26 17:45:18 CEST 2008 - bwalle@suse.de

View File

@ -15,7 +15,7 @@ Name: kdump
License: GPL v2 or later License: GPL v2 or later
BuildRequires: libelf0-devel zlib-devel BuildRequires: libelf0-devel zlib-devel
Version: 0.3.3 Version: 0.3.3
Release: 29 Release: 31
Requires: curl openssh Requires: curl openssh
Recommends: makedumpfile Recommends: makedumpfile
Summary: Script for kdump 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@'\ sed -i 's@^\(KEXEC_OPTIONS="\)\(.*"[[:blank:]]*$\)@\1--args-linux \2@'\
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.kdump $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.kdump
%endif %endif
%ifarch x86_64 i386 ia64 %ifarch %ix86 x86_64 ia64
# empty KDUMP_KERNELVER since we have no special kdump kernel on that archs # empty KDUMP_KERNELVER since we have no special kdump kernel on that archs
sed -i -e 's@^\(KDUMP_KERNELVER=\).*$@\1""@' \ sed -i -e 's@^\(KDUMP_KERNELVER=\).*$@\1""@' \
-e 's@^\(KDUMP_COMMANDLINE_APPEND="\)\(.*"[[:blank:]]*$\)@\1maxcpus=1 \2@' \ -e 's@^\(KDUMP_COMMANDLINE_APPEND="\)\(.*"[[:blank:]]*$\)@\1maxcpus=1 \2@' \
@ -149,6 +149,10 @@ fi
%{_sysconfdir}/udev/rules.d/70-kdump.rules %{_sysconfdir}/udev/rules.d/70-kdump.rules
%changelog %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 * Mon May 26 2008 bwalle@suse.de
- fix load of kdump kernel when KDUMP_KERNELVER="kdump" on ppc64 - fix load of kdump kernel when KDUMP_KERNELVER="kdump" on ppc64
(bnc#394216) (bnc#394216)