From e3f25178f27b6ffd182b0033d755f3da0b080446 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 1 Dec 2008 16:09:09 +0000 Subject: [PATCH] Resolves: bz 473212 --- kexec-tools-2.0.0-makedumpfile-manpage.patch | 19 +++++++++++++++++++ kexec-tools.spec | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 kexec-tools-2.0.0-makedumpfile-manpage.patch diff --git a/kexec-tools-2.0.0-makedumpfile-manpage.patch b/kexec-tools-2.0.0-makedumpfile-manpage.patch new file mode 100644 index 0000000..f26b5b1 --- /dev/null +++ b/kexec-tools-2.0.0-makedumpfile-manpage.patch @@ -0,0 +1,19 @@ +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 diff --git a/kexec-tools.spec b/kexec-tools.spec index 835fa71..1aa1fd4 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -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 @@ Obsoletes: diskdumputils netdump # 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 @@ tar -z -x -v -f %{SOURCE9} %patch603 -p1 %patch605 -p1 +%patch606 -p1 tar -z -x -v -f %{SOURCE13} @@ -239,6 +241,9 @@ done %changelog +* Mon Dec 01 2008 Neil Horman - 2.0.0.6 +- adding makedumpfile man page updates (bz 473212) + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2.0.0-5 - Rebuild for Python 2.6