Resolves: bz 469001
This commit is contained in:
parent
91f6724530
commit
352a954156
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -239,6 +239,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-2
|
||||||
|
- Fix mkdumprd typo (bz 469001)
|
||||||
|
|
||||||
* Mon Sep 15 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-2
|
* Mon Sep 15 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-2
|
||||||
- Fix sysconfig files to not specify --args-linux on x86 (bz 461615)
|
- Fix sysconfig files to not specify --args-linux on x86 (bz 461615)
|
||||||
|
|
||||||
|
4
mkdumprd
4
mkdumprd
@ -389,7 +389,7 @@ handlelvordev() {
|
|||||||
then
|
then
|
||||||
devname=`findfs $device`
|
devname=`findfs $device`
|
||||||
else
|
else
|
||||||
devmame=$device
|
devname=$device
|
||||||
fi
|
fi
|
||||||
echo $devname | sed -e's/\/dev\///' -e's/[0-9]\+//' >> $TMPDISKLIST
|
echo $devname | sed -e's/\/dev\///' -e's/[0-9]\+//' >> $TMPDISKLIST
|
||||||
findstoragedriver ${device##/dev/}
|
findstoragedriver ${device##/dev/}
|
||||||
@ -403,7 +403,7 @@ handlelvordev() {
|
|||||||
then
|
then
|
||||||
devname=`findfs $1`
|
devname=`findfs $1`
|
||||||
else
|
else
|
||||||
devmame=$1
|
devname=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $devname | sed -e's/\/dev\///' -e's/[0-9]\+//' >> $TMPDISKLIST
|
echo $devname | sed -e's/\/dev\///' -e's/[0-9]\+//' >> $TMPDISKLIST
|
||||||
|
Loading…
Reference in New Issue
Block a user