fixup
This commit is contained in:
parent
bacab5edc3
commit
6c653287fa
@ -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: 23%{?dist}
|
Release: 24%{?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
|
||||||
@ -54,10 +54,11 @@ rm -rf %{buildroot}/etc/*
|
|||||||
mkdir -p %{buildroot}/lib/udev/rules.d
|
mkdir -p %{buildroot}/lib/udev/rules.d
|
||||||
install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/89-microcode.rules
|
install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/89-microcode.rules
|
||||||
|
|
||||||
install -m 644 amd-ucode-2011-01-11/microcode_amd.bin %{buildroot}/lib/firmware/amd-ucode/microcode_amd.bin
|
install -m 644 amd-ucode-2012-01-17/microcode_amd.bin %{buildroot}/lib/firmware/amd-ucode/microcode_amd.bin
|
||||||
install -m 644 amd-ucode-2011-01-11/LICENSE LICENSE.microcode_amd
|
install -m 644 amd-ucode-2012-01-17/microcode_amd_fam15h.bin %{buildroot}/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
|
||||||
install -m 644 amd-ucode-2011-01-11/README README.microcode_amd
|
install -m 644 amd-ucode-2012-01-17/LICENSE LICENSE.microcode_amd
|
||||||
install -m 644 amd-ucode-2011-01-11/INSTALL INSTALL.microcode_amd
|
install -m 644 amd-ucode-2012-01-17/README README.microcode_amd
|
||||||
|
install -m 644 amd-ucode-2012-01-17/INSTALL INSTALL.microcode_amd
|
||||||
|
|
||||||
install -m 755 intel-microcode2ucode %{buildroot}/sbin
|
install -m 755 intel-microcode2ucode %{buildroot}/sbin
|
||||||
%{buildroot}/sbin/intel-microcode2ucode %{SOURCE2} >/dev/null
|
%{buildroot}/sbin/intel-microcode2ucode %{SOURCE2} >/dev/null
|
||||||
@ -85,7 +86,7 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 07 2012 Anton Arapov <anton@redhat.com> 1.17-23
|
* Tue Feb 07 2012 Anton Arapov <anton@redhat.com> 1.17-24
|
||||||
- Update to amd-ucode-2012-01-17.tar
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user