rpms/kexec-tools/devel kexec-tools-2.0.0-makedumpfile-manpage.patch, NONE, 1.1 kexec-tools.spec, 1.126, 1.127

Neil Horman nhorman at fedoraproject.org
Mon Dec 1 16:09:39 UTC 2008


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18802

Modified Files:
	kexec-tools.spec 
Added Files:
	kexec-tools-2.0.0-makedumpfile-manpage.patch 
Log Message:
Resolves: bz 473212

kexec-tools-2.0.0-makedumpfile-manpage.patch:

--- NEW FILE kexec-tools-2.0.0-makedumpfile-manpage.patch ---
diff -up kexec-tools-2.0.0/makedumpfile/makedumpfile.8.orig kexec-tools-2.0.0/makedumpfile/makedumpfile.8
--- kexec-tools-2.0.0/makedumpfile/makedumpfile.8.orig	2008-06-05 01:31:22.000000000 -0400
+++ kexec-tools-2.0.0/makedumpfile/makedumpfile.8	2008-12-01 11:06:41.000000000 -0500
@@ -73,6 +73,15 @@ data in the flattened format needs to be
 .SH OPTIONS
 
 .TP
+\fB\-b\fR
+Specify cache block order.
+.br
+makedumpfile attempts to accelerate dumping by caching disk access to ram, in an
+effort to consolidate writes.  The size of the application cached used for this
+purpose is controlled by this option.  It specifys that 2^b pages should be used
+for the cache.
+
+.TP
 \fB\-c\fR
 Compress dump data by each page.
 .br


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- kexec-tools.spec	1 Dec 2008 15:00:34 -0000	1.126
+++ kexec-tools.spec	1 Dec 2008 16:09:09 -0000	1.127
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.0 
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -60,6 +60,7 @@
 #
 Patch603: kexec-tools-2.0.0-disable-kexec-test.patch
 Patch605: kexec-tools-1.102pre-x86-phys_base.patch
+Patch606: kexec-tools-2.0.0-makedumpfile-manpage.patch
 
 %description
 kexec-tools provides /sbin/kexec binary that facilitates a new
@@ -76,6 +77,7 @@
 
 %patch603 -p1
 %patch605 -p1
+%patch606 -p1
 
 tar -z -x -v -f %{SOURCE13}
 
@@ -239,6 +241,9 @@
 
 
 %changelog
+* Mon Dec 01 2008 Neil Horman <nhorman at redhat.com> - 2.0.0.6
+- adding makedumpfile man page updates (bz 473212)
+
 * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.0.0-5
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list