rpms/kexec-tools/devel kexec-tools.spec, 1.113, 1.114 mkdumprd, 1.19, 1.20

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Thu Apr 24 17:10:07 UTC 2008


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13270

Modified Files:
	kexec-tools.spec mkdumprd 
Log Message:
Resolves: bz 443878


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- kexec-tools.spec	16 Apr 2008 15:22:03 -0000	1.113
+++ kexec-tools.spec	24 Apr 2008 17:09:32 -0000	1.114
@@ -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 @@
 %doc kexec-kdump-howto.txt
 
 %changelog
+* Thu Apr 24 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-10
+- Fix mkdumprd to properly pull in libs for lvm/mdadm (bz 443878)
+
 * Wed Apr 16 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-9
 - Fix cmdline length issue
 


Index: mkdumprd
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/mkdumprd,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mkdumprd	22 Feb 2008 12:40:20 -0000	1.19
+++ mkdumprd	24 Apr 2008 17:09:32 -0000	1.20
@@ -1365,7 +1365,7 @@
 # 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 @@
     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"




More information about the fedora-extras-commits mailing list