Resolves: bz 443878
This commit is contained in:
parent
ff899b91aa
commit
f178fa14a0
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 1.102pre
|
Version: 1.102pre
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -229,6 +229,9 @@ done
|
|||||||
%doc kexec-kdump-howto.txt
|
%doc kexec-kdump-howto.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 24 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-10
|
||||||
|
- Fix mkdumprd to properly pull in libs for lvm/mdadm (bz 443878)
|
||||||
|
|
||||||
* Wed Apr 16 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-9
|
* Wed Apr 16 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-9
|
||||||
- Fix cmdline length issue
|
- Fix cmdline length issue
|
||||||
|
|
||||||
|
4
mkdumprd
4
mkdumprd
@ -1365,7 +1365,7 @@ fi
|
|||||||
# FIXME -- this can really go poorly with clvm or duplicate vg names.
|
# FIXME -- this can really go poorly with clvm or duplicate vg names.
|
||||||
# nash should do lvm probing for us and write its own configs.
|
# nash should do lvm probing for us and write its own configs.
|
||||||
if [ -n "$vg_list" ]; then
|
if [ -n "$vg_list" ]; then
|
||||||
inst /sbin/lvm "$MNTIMAGE/bin/lvm"
|
bin="$bin /sbin/lvm"
|
||||||
if [ -f /etc/lvm/lvm.conf ]; then
|
if [ -f /etc/lvm/lvm.conf ]; then
|
||||||
cp $verbose --parents /etc/lvm/lvm.conf $MNTIMAGE/
|
cp $verbose --parents /etc/lvm/lvm.conf $MNTIMAGE/
|
||||||
fi
|
fi
|
||||||
@ -1567,7 +1567,7 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then
|
|||||||
emit "hwclock --hctosys \$TIME_FORMAT"
|
emit "hwclock --hctosys \$TIME_FORMAT"
|
||||||
emit "DATE=\`date +%Y-%m-%d-%T\`"
|
emit "DATE=\`date +%Y-%m-%d-%T\`"
|
||||||
|
|
||||||
bin="/sbin/dmsetup /sbin/kpartx"
|
bin="$bin /sbin/dmsetup /sbin/kpartx"
|
||||||
|
|
||||||
if [ -n "$CORE_COLLECTOR" ]; then
|
if [ -n "$CORE_COLLECTOR" ]; then
|
||||||
bin="$bin /sbin/makedumpfile"
|
bin="$bin /sbin/makedumpfile"
|
||||||
|
Loading…
Reference in New Issue
Block a user