- Fix the udev rules (Harald Hoyer )
This commit is contained in:
parent
1fad0c77e5
commit
5c8e7ce1dd
@ -1,3 +1,2 @@
|
|||||||
KERNEL=="cpu[0-9]*", RUN+="/sbin/modprobe microcode"
|
KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode"
|
||||||
KERNEL=="microcode", 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: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -72,6 +72,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2010 Anton Arapov <anton@redhat.com> 1.17-3
|
||||||
|
- Fix the udev rules (Harald Hoyer )
|
||||||
|
|
||||||
* Mon Mar 22 2010 Anton Arapov <anton@redhat.com> 1.17-2
|
* Mon Mar 22 2010 Anton Arapov <anton@redhat.com> 1.17-2
|
||||||
- Make microcode_ctl event driven (Bill Nottingham ) Resolves rhbz#479898
|
- Make microcode_ctl event driven (Bill Nottingham ) Resolves rhbz#479898
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user