From 6bc9fc2ff15c333eb7712dc0df700f132c9a1275 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 02 2016 13:50:36 +0000 Subject: import microcode_ctl-2.1-12.el7_2.1 --- diff --git a/SPECS/microcode_ctl.spec b/SPECS/microcode_ctl.spec index c476520..26d7fc6 100644 --- a/SPECS/microcode_ctl.spec +++ b/SPECS/microcode_ctl.spec @@ -3,7 +3,7 @@ Summary: Tool to transform and deploy CPU microcode update for x86. Name: microcode_ctl Version: 2.1 -Release: 12%{?dist} +Release: 12%{?dist}.1 Epoch: 2 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted @@ -47,7 +47,7 @@ install -m 644 %{SOURCE2} %{buildroot}/usr/lib/dracut/dracut.conf.d if [ -f /sys/devices/system/cpu/microcode/reload ] ; then echo 1 > /sys/devices/system/cpu/microcode/reload fi -dracut -f +dracut -f --regenerate-all %preun %systemd_preun microcode.service @@ -67,6 +67,10 @@ rm -rf %{buildroot} %changelog +* Tue Jun 7 2016 Petr Oros - 2.1-12.1 +- Run dracut -f for all kernels. +- Resolves: #1343614 + * Fri Jul 3 2015 Petr Oros - 2.1-12 - Update to upstream 2.1-7. Intel CPU microcode update to 20150121. - Resolves: #1174983