update amd microcode
This commit is contained in:
parent
1f225bddb3
commit
bacab5edc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ microcode-20100826.dat
|
|||||||
/intel-microcode2ucode.c
|
/intel-microcode2ucode.c
|
||||||
/microcode-20110915.dat
|
/microcode-20110915.dat
|
||||||
/microcode-20111110.dat
|
/microcode-20111110.dat
|
||||||
|
/amd-ucode-2012-01-17.tar
|
||||||
|
@ -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: 22%{?dist}
|
Release: 23%{?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
|
||||||
@ -12,7 +12,7 @@ Source1: microcode_ctl.rules
|
|||||||
# http://downloadcenter.intel.com (just search for microcode)
|
# http://downloadcenter.intel.com (just search for microcode)
|
||||||
Source2: microcode-20111110.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-2012-01-17.tar
|
||||||
# Tool for splitting Intel's microcode file
|
# Tool for splitting Intel's microcode file
|
||||||
Source4: intel-microcode2ucode.c
|
Source4: intel-microcode2ucode.c
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -85,6 +85,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2012 Anton Arapov <anton@redhat.com> 1.17-23
|
||||||
|
- Update to amd-ucode-2012-01-17.tar
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-22
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.17-22
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
aa9ed7a490f37e0d250ca46d0f31682b amd-ucode-2011-01-11.tar
|
c0eabb7e25e1f9045b7dd5ceabfddd09 amd-ucode-2012-01-17.tar
|
||||||
a0ed9124a72b31cbb1b307ae4e9c0022 microcode-20111110.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