Accepting request 342120 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/342120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ucode-intel?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2015-11-04 14:33:47 +00:00 committed by Git OBS Bridge
commit b661436c2e
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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