rpms/kexec-tools/devel kexec-tools.spec, 1.115, 1.116 mkdumprd, 1.21, 1.22

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Wed Jun 11 10:52:33 UTC 2008


Author: nhorman

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

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.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- kexec-tools.spec	5 Jun 2008 15:18:53 -0000	1.115
+++ kexec-tools.spec	11 Jun 2008 10:51:51 -0000	1.116
@@ -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 @@
 
 
 %changelog
+* Wed Jun 11 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-12
+- Added lvm to bin list (bz 443878)
+
 * Thu Jun 05 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-11
 - Update to latest makedumpfile from upstream
 - Mass import of RHEL fixes missing in rawhide


Index: mkdumprd
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/mkdumprd,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mkdumprd	5 Jun 2008 15:18:53 -0000	1.21
+++ mkdumprd	11 Jun 2008 10:51:51 -0000	1.22
@@ -1473,6 +1473,7 @@
 # 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




More information about the fedora-extras-commits mailing list