Revert "- Fix udev rules (Dave Jones ) [#690930]"
This reverts commit 59b604ccdb
.
It breakes the Intel's update routine
This commit is contained in:
parent
59b604ccdb
commit
f789b68ec5
@ -1,2 +1,2 @@
|
|||||||
KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode"
|
KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode"
|
||||||
KERNEL=="devices/platform/microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu"
|
KERNEL=="microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu"
|
||||||
|
@ -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: 15%{?dist}
|
Release: 14%{?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
|
||||||
@ -74,9 +74,6 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 30 2011 Anton Arapov <anton@redhat.com> 1.17-15
|
|
||||||
- Fix udev rules (Dave Jones ) [#690930]
|
|
||||||
|
|
||||||
* Thu May 12 2011 Anton Arapov <anton@redhat.com> 1.17-14
|
* Thu May 12 2011 Anton Arapov <anton@redhat.com> 1.17-14
|
||||||
- Update to microcode-20110428.dat
|
- Update to microcode-20110428.dat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user