- manpage fix (John Bradshaw ) [#670879]
This commit is contained in:
parent
f6a1474548
commit
5aaf69ff64
12
microcode_ctl-manpage-0.patch
Normal file
12
microcode_ctl-manpage-0.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -urpN microcode_ctl-1.17.orig/microcode_ctl.8 microcode_ctl-1.17/microcode_ctl.8
|
||||||
|
--- microcode_ctl-1.17.orig/microcode_ctl.8 2011-01-19 16:32:06.039628069 +0100
|
||||||
|
+++ microcode_ctl-1.17/microcode_ctl.8 2011-01-19 16:32:25.111506738 +0100
|
||||||
|
@@ -10,7 +10,7 @@ microcode_ctl \- microcode utility for I
|
||||||
|
." Add any additional description here
|
||||||
|
.PP
|
||||||
|
The microcode_ctl utility is a companion to the IA32 microcode driver written
|
||||||
|
-by Tigran Aivazian <tigran@aivazian.fsnet.co.uk>. The uaility has two uses:
|
||||||
|
+by Tigran Aivazian <tigran@aivazian.fsnet.co.uk>. The utility has two uses:
|
||||||
|
.br
|
||||||
|
.PP
|
||||||
|
\fBa)\fR it decodes and sends new microcode to the kernel driver to be
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Tool to update x86/x86-64 CPU microcode.
|
Summary: Tool to update x86/x86-64 CPU microcode.
|
||||||
Name: microcode_ctl
|
Name: microcode_ctl
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+ and Redistributable, no modification permitted
|
License: GPLv2+ and Redistributable, no modification permitted
|
||||||
@ -20,6 +20,7 @@ Requires(pre): grep gawk coreutils
|
|||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
Patch1: microcode_ctl.patch
|
Patch1: microcode_ctl.patch
|
||||||
|
Patch2: microcode_ctl-manpage-0.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
microcode_ctl - updates the microcode on Intel and AMD x86/x86-64 CPU's
|
microcode_ctl - updates the microcode on Intel and AMD x86/x86-64 CPU's
|
||||||
@ -27,6 +28,7 @@ microcode_ctl - updates the microcode on Intel and AMD x86/x86-64 CPU's
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
tar xf %{SOURCE3}
|
tar xf %{SOURCE3}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -72,6 +74,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 19 2011 Anton Arapov <anton@redhat.com> 1.17-10
|
||||||
|
- manpage fix (John Bradshaw ) [#670879]
|
||||||
|
|
||||||
* Wed Jan 05 2011 Anton Arapov <anton@redhat.com> 1.17-9
|
* Wed Jan 05 2011 Anton Arapov <anton@redhat.com> 1.17-9
|
||||||
- Update to microcode-20101123.dat
|
- Update to microcode-20101123.dat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user