[microcode_ctl] Revert "Revert "- Fix udev rules (Dave Jones ) [#690930]""

Anton Arapov aarapov at fedoraproject.org
Fri Jul 29 12:17:35 UTC 2011


commit 3e09f9fa72a76b2156a6acde25b98beb85549ac0
Author: Anton Arapov <aarapov at redhat.com>
Date:   Fri Jul 29 14:14:46 2011 +0200

    Revert "Revert "- Fix udev rules (Dave Jones ) [#690930]""
    
    This reverts commit f789b68ec5ff92a1d90dbec922722bb6454cabe5.

 microcode_ctl.rules |    2 +-
 microcode_ctl.spec  |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/microcode_ctl.rules b/microcode_ctl.rules
index 45afa9c..f6068d0 100644
--- a/microcode_ctl.rules
+++ b/microcode_ctl.rules
@@ -1,2 +1,2 @@
 KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode"
-KERNEL=="microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu"
+KERNEL=="devices/platform/microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu"
diff --git a/microcode_ctl.spec b/microcode_ctl.spec
index 098e98c..d7e3368 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:        14%{?dist}
+Release:        15%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+ and Redistributable, no modification permitted
@@ -74,6 +74,9 @@ exit 0
 
 
 %changelog
+* Thu Jun 30 2011 Anton Arapov <anton at redhat.com> 1.17-15
+- Fix udev rules (Dave Jones ) [#690930]
+
 * Thu May 12 2011 Anton Arapov <anton at redhat.com> 1.17-14
 - Update to microcode-20110428.dat
 


More information about the scm-commits mailing list