Accepting request 250234 from home:trenn:branches:Base:System

- Do not try to reload/update microcode at runtime after package
  installation. Only supported way of updating microcode is via
  early microcode update via initrd. bnc#896736

OBS-URL: https://build.opensuse.org/request/show/250234
OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=28
This commit is contained in:
Thomas Renninger 2014-09-19 12:49:58 +00:00 committed by Git OBS Bridge
parent 6e0d53fad3
commit cca3ca3d72
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 19 12:46:55 UTC 2014 - trenn@suse.de
- Do not try to reload/update microcode at runtime after package
installation. Only supported way of updating microcode is via
early microcode update via initrd. bnc#896736
-------------------------------------------------------------------
Wed Sep 17 09:13:25 UTC 2014 - trenn@suse.de

View File

@ -52,7 +52,6 @@ done
%post
%{?regenerate_initrd_post}
test -f /sys/devices/system/cpu/microcode/reload && /bin/echo 1 > /sys/devices/system/cpu/microcode/reload || exit 0
%posttrans
%{?regenerate_initrd_posttrans}