Resolves: bz 443878

This commit is contained in:
Neil Horman 2008-04-24 17:09:32 +00:00
parent ff899b91aa
commit f178fa14a0
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 1.102pre
Release: 9%{?dist}
Release: 10%{?dist}
License: GPL
Group: Applications/System
Summary: The kexec/kdump userspace component.
@ -229,6 +229,9 @@ done
%doc kexec-kdump-howto.txt
%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
- Fix cmdline length issue

View File

@ -1365,7 +1365,7 @@ fi
# FIXME -- this can really go poorly with clvm or duplicate vg names.
# nash should do lvm probing for us and write its own configs.
if [ -n "$vg_list" ]; then
inst /sbin/lvm "$MNTIMAGE/bin/lvm"
bin="$bin /sbin/lvm"
if [ -f /etc/lvm/lvm.conf ]; then
cp $verbose --parents /etc/lvm/lvm.conf $MNTIMAGE/
fi
@ -1567,7 +1567,7 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then
emit "hwclock --hctosys \$TIME_FORMAT"
emit "DATE=\`date +%Y-%m-%d-%T\`"
bin="/sbin/dmsetup /sbin/kpartx"
bin="$bin /sbin/dmsetup /sbin/kpartx"
if [ -n "$CORE_COLLECTOR" ]; then
bin="$bin /sbin/makedumpfile"