Accepting request 511206 from home:trenn:branches:Base:System

- Remove binary blob package again. This was intended to be used
  by linuxrc, but the firmware files can simply be concatenated.

OBS-URL: https://build.opensuse.org/request/show/511206
OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=50
This commit is contained in:
Thomas Renninger 2017-07-18 12:58:02 +00:00 committed by Git OBS Bridge
parent 3f8eb45920
commit 3ac96ab767
2 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 18 11:35:24 UTC 2017 - trenn@suse.de
- Remove binary blob package again. This was intended to be used
by linuxrc, but the firmware files can simply be concatenated.
-------------------------------------------------------------------
Thu Jul 13 14:22:46 UTC 2017 - trenn@suse.de

View File

@ -37,13 +37,6 @@ ExclusiveArch: %ix86 x86_64
%description
This package contains the microcode update blobs for Intel x86 and x86-64 CPUs.
%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.
%prep
%setup -q -c intel-ucode
cp %{SOURCE2} .
@ -53,7 +46,6 @@ cp %{SOURCE2} .
./generate_microcode microcode.dat
%install
install -D -m 0755 GenuineIntel.bin %{buildroot}/lib/firmware/GenuineIntel.bin
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
@ -74,8 +66,4 @@ done
%{_bindir}/generate_microcode
/lib/firmware/intel-ucode/
%files blob
%defattr(-,root,root)
/lib/firmware/GenuineIntel.bin
%changelog