diff --git a/kexec-tools.spec b/kexec-tools.spec index 9622a03..4744c0c 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.102pre -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Applications/System Summary: The kexec/kdump userspace component. @@ -265,6 +265,9 @@ done %changelog +* Wed Jun 11 2008 Neil Horman - 1.102pre-12 +- Added lvm to bin list (bz 443878) + * Thu Jun 05 2008 Neil Horman - 1.102pre-11 - Update to latest makedumpfile from upstream - Mass import of RHEL fixes missing in rawhide diff --git a/mkdumprd b/mkdumprd index 215100f..32b2549 100644 --- a/mkdumprd +++ b/mkdumprd @@ -1473,6 +1473,7 @@ fi # 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