updating devel rpm for bz 197391

This commit is contained in:
Neil Horman 2006-07-05 14:57:41 +00:00
parent b161c55eb5
commit 72e44cb661
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ KDUMP_KERNELVER=""
# KDUMP_COMMANDLINE="ro root=LABEL=/" # KDUMP_COMMANDLINE="ro root=LABEL=/"
# If a command line is not specified, the default will be taken from # If a command line is not specified, the default will be taken from
# /proc/cmdline # /proc/cmdline
KDUMP_COMMANDLINE="REPLACEME" KDUMP_COMMANDLINE=""
# Any additional kexec arguments required. In most situations, this should # Any additional kexec arguments required. In most situations, this should
# be left empty # be left empty

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 1.101 Version: 1.101
Release: 20 Release: 20%{dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -68,10 +68,6 @@ install -m 755 kdump.init $RPM_BUILD_ROOT/etc/rc.d/init.d/kdump
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post
KDUMP_COMMANDLINE=`cat /proc/cmdline`
KDUMP_COMMANDLINE=`echo $KDUMP_COMMANDLINE | sed -e 's/crashkernel=[0-9]\+M@[0-9]\+M//g'`
export KDUMP_COMMANDLINE
sed -i -e "s|REPLACEME|$KDUMP_COMMANDLINE irqpoll|g" /etc/sysconfig/kdump
/sbin/chkconfig --add kdump /sbin/chkconfig --add kdump
%postun %postun
@ -99,6 +95,10 @@ exit 0
%doc TODO %doc TODO
%changelog %changelog
* Wed Jul 07 206 Neil Horman <nhorman@redhat.com> 1.101-20.fc6
- Modify spec/sysconfig to not autobuild kdump kernel command line
- Add dist to revision tag
* Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 1.101-20 * Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 1.101-20
- Buildrequire zlib-devel - Buildrequire zlib-devel