diff --git a/microcode_ctl-manpage-0.patch b/microcode_ctl-manpage-0.patch new file mode 100644 index 0000000..081ee9a --- /dev/null +++ b/microcode_ctl-manpage-0.patch @@ -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 . The uaility has two uses: ++by Tigran Aivazian . The utility has two uses: + .br + .PP + \fBa)\fR it decodes and sends new microcode to the kernel driver to be diff --git a/microcode_ctl.spec b/microcode_ctl.spec index bd72ff2..8068652 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,7 +1,7 @@ Summary: Tool to update x86/x86-64 CPU microcode. Name: microcode_ctl Version: 1.17 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted @@ -20,6 +20,7 @@ Requires(pre): grep gawk coreutils ExclusiveArch: %{ix86} x86_64 Patch1: microcode_ctl.patch +Patch2: microcode_ctl-manpage-0.patch %description 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 %setup -q %patch1 -p1 +%patch2 -p1 tar xf %{SOURCE3} %build @@ -72,6 +74,9 @@ exit 0 %changelog +* Wed Jan 19 2011 Anton Arapov 1.17-10 +- manpage fix (John Bradshaw ) [#670879] + * Wed Jan 05 2011 Anton Arapov 1.17-9 - Update to microcode-20101123.dat