From 5c8e7ce1dd456ddad7d5025c9c8c2a0ab35ccc0e Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Tue, 23 Mar 2010 09:57:30 +0000 Subject: [PATCH] - Fix the udev rules (Harald Hoyer ) --- microcode_ctl.rules | 5 ++--- microcode_ctl.spec | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) 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