diff --git a/microcode_ctl.spec b/microcode_ctl.spec index df652dc..c9ff074 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -72,7 +72,7 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print [ $family -lt 6 ] && exit 0 /sbin/chkconfig --add microcode_ctl -%triggerpostun -- kernel-utils +%triggerpostun -- microcode_ctl # Only enable on Intel 686's and above. vendor=`cat /proc/cpuinfo | grep "^vendor_id" | sort -u | awk -F ": " '{ print $2 }'` [ "$vendor" != "GenuineIntel" ] && exit 0 @@ -82,6 +82,9 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print exit 0 %changelog +* Thu Oct 12 2006 Jon Masters +- BZ209455 fixes. + * Mon Jul 17 2006 Jesse Keating - rebuild