diff --git a/ucode-intel.changes b/ucode-intel.changes index fc1b944..80b8ccb 100644 --- a/ucode-intel.changes +++ b/ucode-intel.changes @@ -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 diff --git a/ucode-intel.spec b/ucode-intel.spec index 6d07a61..273a6e2 100644 --- a/ucode-intel.spec +++ b/ucode-intel.spec @@ -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}