From b9267fc4ae4c0d2f928ac2243317ea62d189f45e63737fdce6e67a436d97f3a8 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 2 Nov 2015 15:57:12 +0000 Subject: [PATCH] Accepting request 342118 from home:favogt:branches:Base:System Add ucode-intel-blob subpackage to get the full microcode.dat directly OBS-URL: https://build.opensuse.org/request/show/342118 OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=34 --- ucode-intel.changes | 6 ++++++ ucode-intel.spec | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/ucode-intel.changes b/ucode-intel.changes index 1c9c49a..bed813d 100644 --- a/ucode-intel.changes +++ b/ucode-intel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 2 15:49:52 UTC 2015 - fvogt@suse.com + +- Add ucode-intel-blob subpackage to get the full microcode.dat + directly + ------------------------------------------------------------------- Thu Mar 19 00:52:40 UTC 2015 - crrodriguez@opensuse.org diff --git a/ucode-intel.spec b/ucode-intel.spec index 856ef45..7f7d36e 100644 --- a/ucode-intel.spec +++ b/ucode-intel.spec @@ -45,6 +45,7 @@ cp %{SOURCE2} . ./generate_microcode microcode.dat %install +install -D -m 0755 microcode.dat %{buildroot}/lib/firmware/microcode.dat install -D -m 0755 generate_microcode %{buildroot}%{_bindir}/generate_microcode for file in intel-ucode/*; do install -D -m 0644 $file %{buildroot}/lib/firmware/$file @@ -62,4 +63,14 @@ done %{_bindir}/generate_microcode /lib/firmware/intel-ucode/ +%package blob +Summary: Latest Microcode for Intel x86/x86-64 CPUs +Group: Hardware/Other + +%description blob +This package contains the microcode update for Intel x86 and x86-64 CPUs in a single blob. + +%files blob +/lib/firmware/microcode.dat + %changelog