- Fix duplicate message pointed out by Edward Sheldrake.
This commit is contained in:
parent
244bfe6ef2
commit
fbf1a8db69
@ -30,8 +30,6 @@ function start ()
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n $"Applying Intel CPU microcode update: "
|
|
||||||
|
|
||||||
if [ ! -e $DATAFILE ]; then
|
if [ ! -e $DATAFILE ]; then
|
||||||
echo $"$0: CPU microcode data file not present ($DATAFILE)"
|
echo $"$0: CPU microcode data file not present ($DATAFILE)"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -101,6 +101,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 04 2009 Kyle McMartin <kyle@redhat.com> 1.17-1.57
|
||||||
|
- Fix duplicate message pointed out by Edward Sheldrake.
|
||||||
|
|
||||||
* Wed Dec 02 2009 Kyle McMartin <kyle@redhat.com> 1.17-1.56
|
* Wed Dec 02 2009 Kyle McMartin <kyle@redhat.com> 1.17-1.56
|
||||||
- Add AMD x86/x86-64 microcode. (Dated: 2009-10-09)
|
- Add AMD x86/x86-64 microcode. (Dated: 2009-10-09)
|
||||||
Doesn't need microcode_ctl modifications as it's loaded by
|
Doesn't need microcode_ctl modifications as it's loaded by
|
||||||
|
Loading…
Reference in New Issue
Block a user