diff --git a/kexec-tools-spell.diff b/kexec-tools-spell.diff new file mode 100644 index 0000000..058c73b --- /dev/null +++ b/kexec-tools-spell.diff @@ -0,0 +1,25 @@ +From: Bernhard Walle +Date: Fri, 14 Nov 2008 10:47:29 +0100 +Subject: [PATCH] Fix spell error in help output +References: bnc#444714 + +This patch just fixes a spell error. Found by Dave Plater. + + +Signed-off-by: Bernhard Walle + +--- + kexec/kexec.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/kexec/kexec.c ++++ b/kexec/kexec.c +@@ -786,7 +786,7 @@ void usage(void) + " load code into.\n" + " --mem-max= Specify the highest memory address to\n" + " load code into.\n" +- " --reuseinird Reuse initrd from first boot.\n" ++ " --reuseinitrd Reuse initrd from first boot.\n" + "\n" + "Supported kernel file types and options: \n"); + for (i = 0; i < file_types; i++) { diff --git a/kexec-tools.changes b/kexec-tools.changes index 248813c..0f7393c 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 14 10:54:01 CET 2008 - bwalle@suse.de + +- Fix spell error in help output (bnc#444714). + ------------------------------------------------------------------- Sat Nov 01 17:01:14 CET 2008 - bwalle@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index 48a407c..4e5fa1a 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -29,7 +29,7 @@ PreReq: %insserv_prereq %fillup_prereq AutoReqProv: on Summary: Tools for fast kernel loading Version: 2.0.0 -Release: 44 +Release: 45 Source: %{name}-%{version}.tar.bz2 Source1: kexec-bootloader Source2: kexec-bootloader.8.txt @@ -47,6 +47,7 @@ Patch8: %{name}-get-details-dynamic-reconfiguration-memory-node.diff Patch9: %{name}-device-tree-return.diff Patch10: %{name}-ppc-check-flags.diff Patch11: %{name}-no-vga-output.diff +Patch12: %{name}-spell.diff Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: zlib-devel @@ -85,6 +86,7 @@ Authors: %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build %{?suse_update_config -f} @@ -151,6 +153,8 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec %endif %changelog +* Fri Nov 14 2008 bwalle@suse.de +- Fix spell error in help output (bnc#444714). * Sat Nov 01 2008 bwalle@suse.de - Don't print "setup_linux_vesafb" message on stderr. * Mon Oct 27 2008 bwalle@suse.de @@ -242,14 +246,14 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec - removed README.SUSE: information not necessary any more * Thu Jul 03 2008 bwalle@suse.de - fix 32 bit kexec to boot on 64 bit ppc64 (bnc#405015) -* Tue May 27 2008 bwalle@suse.de +* Mon May 26 2008 bwalle@suse.de - fix EDD support when the BIOS-reported length is smaller than the sysfs raw_data size (bnc#388754) * Mon May 26 2008 bwalle@suse.de - fix kexec unload (rckdump stop) on ppc64 (bnc#394216) * Tue May 13 2008 bwalle@suse.de - implement EDD (bnc#383210) -* Tue Mar 25 2008 bwalle@suse.de +* Mon Mar 24 2008 bwalle@suse.de - update to kexec-tools-testing v20080324 o tarball update (version), no functional changes between v20080318-rc and v20080324 @@ -344,7 +348,7 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec build 32bit powerpc kexec binary for 64bit kernels * Fri Jul 06 2007 tiwai@suse.de - implement a simple status command for kdump init script -* Tue Jul 03 2007 bwalle@suse.de +* Mon Jul 02 2007 bwalle@suse.de - removed 'machvec=dig' workaround from the documentation since this has been fixed in the kernel (#271158) * Fri Jun 22 2007 bwalle@suse.de @@ -492,7 +496,7 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec (164993 - LTC23056) * Wed Apr 26 2006 olh@suse.de - set /proc/sys/kernel/panic_on_oops to actually trigger a dump -* Thu Mar 09 2006 olh@suse.de +* Wed Mar 08 2006 olh@suse.de - add --args-linux only on intel copy vmcore with --sparse, maybe it saves a few bytes. * Wed Feb 22 2006 tiwai@suse.de