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
This commit is contained in:
parent
8295a46c78
commit
b9267fc4ae
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user