working on BZ209455
This commit is contained in:
parent
4602f1660f
commit
44190f3dc9
@ -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 <jcm@redhat.com>
|
||||
- BZ209455 fixes.
|
||||
|
||||
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user