diff --git a/microcode_ctl.rules b/microcode_ctl.rules index 4a76528..45afa9c 100644 --- a/microcode_ctl.rules +++ b/microcode_ctl.rules @@ -1,3 +1,2 @@ -KERNEL=="cpu[0-9]*", RUN+="/sbin/modprobe microcode" -KERNEL=="microcode", RUN+="/sbin/microcode_ctl -Qu" - +KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode" +KERNEL=="microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu" diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 78daee1..1f2dd43 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,7 +1,7 @@ Summary: Tool to update x86/x86-64 CPU microcode. Name: microcode_ctl Version: 1.17 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Group: System Environment/Base License: GPLv2+ @@ -72,6 +72,9 @@ exit 0 %changelog +* Tue Mar 23 2010 Anton Arapov 1.17-3 +- Fix the udev rules (Harald Hoyer ) + * Mon Mar 22 2010 Anton Arapov 1.17-2 - Make microcode_ctl event driven (Bill Nottingham ) Resolves rhbz#479898