Resolves: bz 473212

This commit is contained in:
Neil Horman 2008-12-01 16:09:09 +00:00
parent 12cbe4d789
commit e3f25178f2
2 changed files with 25 additions and 1 deletions

View File

@ -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

View File

@ -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 <nhorman@redhat.com> - 2.0.0.6
- adding makedumpfile man page updates (bz 473212)
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.0.0-5
- Rebuild for Python 2.6