update microcode to 20111110
This commit is contained in:
parent
8e222c53ff
commit
131afa70a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ microcode-20100826.dat
|
|||||||
/microcode-20110428.dat
|
/microcode-20110428.dat
|
||||||
/intel-microcode2ucode.c
|
/intel-microcode2ucode.c
|
||||||
/microcode-20110915.dat
|
/microcode-20110915.dat
|
||||||
|
/microcode-20111110.dat
|
||||||
|
@ -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: 19%{?dist}
|
Release: 20%{?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
|
||||||
@ -10,7 +10,7 @@ Source0: http://www.urbanmyth.org/microcode/microcode_ctl-%{version}.tar.
|
|||||||
Source1: microcode_ctl.rules
|
Source1: microcode_ctl.rules
|
||||||
# Microcode now distributed directly by Intel, at
|
# Microcode now distributed directly by Intel, at
|
||||||
# http://downloadcenter.intel.com (just search for microcode)
|
# http://downloadcenter.intel.com (just search for microcode)
|
||||||
Source2: microcode-20110915.dat
|
Source2: microcode-20111110.dat
|
||||||
# http://www.amd64.org/support/microcode.html
|
# http://www.amd64.org/support/microcode.html
|
||||||
Source3: amd-ucode-2011-01-11.tar
|
Source3: amd-ucode-2011-01-11.tar
|
||||||
# Tool for splitting Intel's microcode file
|
# Tool for splitting Intel's microcode file
|
||||||
@ -83,6 +83,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2011 Anton Arapov <anton@redhat.com> 1.17-20
|
||||||
|
- Update to microcode-20111110.dat
|
||||||
|
|
||||||
* Tue Sep 27 2011 Anton Arapov <anton@redhat.com> 1.17-19
|
* Tue Sep 27 2011 Anton Arapov <anton@redhat.com> 1.17-19
|
||||||
- Update to microcode-20110915.dat
|
- Update to microcode-20110915.dat
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
aa9ed7a490f37e0d250ca46d0f31682b amd-ucode-2011-01-11.tar
|
aa9ed7a490f37e0d250ca46d0f31682b amd-ucode-2011-01-11.tar
|
||||||
e54772904919ddf2e4428263feeba9f2 microcode-20110915.dat
|
a0ed9124a72b31cbb1b307ae4e9c0022 microcode-20111110.dat
|
||||||
98a7f06acef8459c8ef2a1b0fb86a99e microcode_ctl-1.17.tar.gz
|
98a7f06acef8459c8ef2a1b0fb86a99e microcode_ctl-1.17.tar.gz
|
||||||
0efc5f6c74a4d7e61ca22683c93c98cf intel-microcode2ucode.c
|
0efc5f6c74a4d7e61ca22683c93c98cf intel-microcode2ucode.c
|
||||||
|
Loading…
Reference in New Issue
Block a user