This commit is contained in:
parent
230e736547
commit
2c54c70459
25
kexec-tools-spell.diff
Normal file
25
kexec-tools-spell.diff
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From: Bernhard Walle <bwalle@suse.de>
|
||||||
|
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 <bwalle@suse.de>
|
||||||
|
|
||||||
|
---
|
||||||
|
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=<addr> 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++) {
|
@ -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
|
Sat Nov 01 17:01:14 CET 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 44
|
Release: 45
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: kexec-bootloader
|
Source1: kexec-bootloader
|
||||||
Source2: kexec-bootloader.8.txt
|
Source2: kexec-bootloader.8.txt
|
||||||
@ -47,6 +47,7 @@ Patch8: %{name}-get-details-dynamic-reconfiguration-memory-node.diff
|
|||||||
Patch9: %{name}-device-tree-return.diff
|
Patch9: %{name}-device-tree-return.diff
|
||||||
Patch10: %{name}-ppc-check-flags.diff
|
Patch10: %{name}-ppc-check-flags.diff
|
||||||
Patch11: %{name}-no-vga-output.diff
|
Patch11: %{name}-no-vga-output.diff
|
||||||
|
Patch12: %{name}-spell.diff
|
||||||
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -85,6 +86,7 @@ Authors:
|
|||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
|
%patch12 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config -f}
|
%{?suse_update_config -f}
|
||||||
@ -151,6 +153,8 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 14 2008 bwalle@suse.de
|
||||||
|
- Fix spell error in help output (bnc#444714).
|
||||||
* Sat Nov 01 2008 bwalle@suse.de
|
* Sat Nov 01 2008 bwalle@suse.de
|
||||||
- Don't print "setup_linux_vesafb" message on stderr.
|
- Don't print "setup_linux_vesafb" message on stderr.
|
||||||
* Mon Oct 27 2008 bwalle@suse.de
|
* 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
|
- removed README.SUSE: information not necessary any more
|
||||||
* Thu Jul 03 2008 bwalle@suse.de
|
* Thu Jul 03 2008 bwalle@suse.de
|
||||||
- fix 32 bit kexec to boot on 64 bit ppc64 (bnc#405015)
|
- 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
|
- fix EDD support when the BIOS-reported length is smaller than
|
||||||
the sysfs raw_data size (bnc#388754)
|
the sysfs raw_data size (bnc#388754)
|
||||||
* Mon May 26 2008 bwalle@suse.de
|
* Mon May 26 2008 bwalle@suse.de
|
||||||
- fix kexec unload (rckdump stop) on ppc64 (bnc#394216)
|
- fix kexec unload (rckdump stop) on ppc64 (bnc#394216)
|
||||||
* Tue May 13 2008 bwalle@suse.de
|
* Tue May 13 2008 bwalle@suse.de
|
||||||
- implement EDD (bnc#383210)
|
- implement EDD (bnc#383210)
|
||||||
* Tue Mar 25 2008 bwalle@suse.de
|
* Mon Mar 24 2008 bwalle@suse.de
|
||||||
- update to kexec-tools-testing v20080324
|
- update to kexec-tools-testing v20080324
|
||||||
o tarball update (version), no functional changes between
|
o tarball update (version), no functional changes between
|
||||||
v20080318-rc and v20080324
|
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
|
build 32bit powerpc kexec binary for 64bit kernels
|
||||||
* Fri Jul 06 2007 tiwai@suse.de
|
* Fri Jul 06 2007 tiwai@suse.de
|
||||||
- implement a simple status command for kdump init script
|
- 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
|
- removed 'machvec=dig' workaround from the documentation since
|
||||||
this has been fixed in the kernel (#271158)
|
this has been fixed in the kernel (#271158)
|
||||||
* Fri Jun 22 2007 bwalle@suse.de
|
* 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)
|
(164993 - LTC23056)
|
||||||
* Wed Apr 26 2006 olh@suse.de
|
* Wed Apr 26 2006 olh@suse.de
|
||||||
- set /proc/sys/kernel/panic_on_oops to actually trigger a dump
|
- 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
|
- add --args-linux only on intel
|
||||||
copy vmcore with --sparse, maybe it saves a few bytes.
|
copy vmcore with --sparse, maybe it saves a few bytes.
|
||||||
* Wed Feb 22 2006 tiwai@suse.de
|
* Wed Feb 22 2006 tiwai@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user