rpms/kexec-tools/F-10 kexec-tools.spec, 1.125, 1.126 mkdumprd, 1.25, 1.26

Neil Horman nhorman at fedoraproject.org
Fri Apr 3 20:04:33 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8122

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


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/F-10/kexec-tools.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- kexec-tools.spec	5 Nov 2008 14:38:43 -0000	1.125
+++ kexec-tools.spec	3 Apr 2009 20:04:02 -0000	1.126
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.0 
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -239,6 +239,9 @@
 
 
 %changelog
+* Fri Apr 03 2009 Neil Horman <nhorman at redhat.com> - 2.0.0-4
+- Fix typo in mkdumprd which breaks use of makedumpfile (bz 493707)
+
 * Wed Nov 05 2008 Neil Horman <nhorman at redhat.com> - 2.0.0-3
 - Correct source file to use proper lang package (bz 335191)
 


Index: mkdumprd
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/F-10/mkdumprd,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mkdumprd	29 Oct 2008 13:37:34 -0000	1.25
+++ mkdumprd	3 Apr 2009 20:04:02 -0000	1.26
@@ -2022,7 +2022,7 @@
                     emit "  mkdir -p /mnt/$SAVE_PATH/127.0.0.1-\$DATE"
                     emit "  VMCORE=/mnt/$SAVE_PATH/127.0.0.1-\$DATE/vmcore"
                     emit "  export VMCORE"
-                    if [ $CORE_COLLECTOR == "cp" ]; then
+                    if [ "$CORE_COLLECTOR" == "cp" ]; then
                         emit "  monitor_cp_progress \$VMCORE-incomplete &"
                     fi
                     emit "  $CORE_COLLECTOR /proc/vmcore \$VMCORE-incomplete >/dev/null"




More information about the fedora-extras-commits mailing list