[microcode_ctl] Update to microcode-20110915.dat

Anton Arapov aarapov at fedoraproject.org
Tue Sep 27 17:58:59 UTC 2011


commit 8e222c53ff90af830ce9ea1b0cc28d84c7b37636
Author: Anton Arapov <aarapov at redhat.com>
Date:   Tue Sep 27 13:58:27 2011 -0400

    Update to microcode-20110915.dat

 .gitignore         |    1 +
 microcode_ctl.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52465ec..d6d9d39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ microcode-20100826.dat
 /amd-ucode-2011-01-11.tar
 /microcode-20110428.dat
 /intel-microcode2ucode.c
+/microcode-20110915.dat
diff --git a/microcode_ctl.spec b/microcode_ctl.spec
index 5469836..445867d 100644
--- a/microcode_ctl.spec
+++ b/microcode_ctl.spec
@@ -1,7 +1,7 @@
 Summary:        Tool to update x86/x86-64 CPU microcode.
 Name:           microcode_ctl
 Version:        1.17
-Release:        18%{?dist}
+Release:        19%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+ and Redistributable, no modification permitted
@@ -10,7 +10,7 @@ Source0:        http://www.urbanmyth.org/microcode/microcode_ctl-%{version}.tar.
 Source1:        microcode_ctl.rules
 # Microcode now distributed directly by Intel, at
 # http://downloadcenter.intel.com (just search for microcode)
-Source2:        microcode-20110428.dat
+Source2:        microcode-20110915.dat
 # http://www.amd64.org/support/microcode.html
 Source3:        amd-ucode-2011-01-11.tar
 # Tool for splitting Intel's microcode file
@@ -58,7 +58,7 @@ install -m 644 amd-ucode-2011-01-11/README README.microcode_amd
 install -m 644 amd-ucode-2011-01-11/INSTALL INSTALL.microcode_amd
 
 install -m 755 intel-microcode2ucode %{buildroot}/sbin
-%{buildroot}/sbin/intel-microcode2ucode %{SOURCE2}
+%{buildroot}/sbin/intel-microcode2ucode %{SOURCE2} >/dev/null
 chmod 0755 intel-ucode
 mv intel-ucode %{buildroot}/lib/firmware
 rm %{buildroot}/lib/firmware/microcode.dat
@@ -83,6 +83,9 @@ exit 0
 
 
 %changelog
+* Tue Sep 27 2011 Anton Arapov <anton at redhat.com> 1.17-19
+- Update to microcode-20110915.dat
+
 * Thu Aug 04 2011 Anton Arapov <anton at redhat.com> 1.17-18
 - Ship splitted microcode for Intel CPUs [#690930]
 - Include tool for splitting microcode for Intl CPUs (Kay Sievers )
diff --git a/sources b/sources
index 2a0ba9f..eaac173 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 aa9ed7a490f37e0d250ca46d0f31682b  amd-ucode-2011-01-11.tar
-8e1a2cf8a782fab8db7466f548d37b9b  microcode-20110428.dat
+e54772904919ddf2e4428263feeba9f2  microcode-20110915.dat
 98a7f06acef8459c8ef2a1b0fb86a99e  microcode_ctl-1.17.tar.gz
 0efc5f6c74a4d7e61ca22683c93c98cf  intel-microcode2ucode.c


More information about the scm-commits mailing list