Accepting request 511446 from home:AndreasStieger:branches:Base:System

- Remove code in intel-microcode2ucode.c that refers to 
  GenuineIntel.bin , previously in binary blob package.


This removes the diff in this file compared to the SLE package.

OBS-URL: https://build.opensuse.org/request/show/511446
OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=51
This commit is contained in:
Thomas Renninger 2017-07-20 11:01:40 +00:00 committed by Git OBS Bridge
parent 3ac96ab767
commit e3aa34059b
2 changed files with 6 additions and 7 deletions

View File

@ -85,13 +85,6 @@ int main(int argc, char *argv[])
bufsize,
bufsize / 1024,
count);
f = fopen("GenuineIntel.bin", "w");
if (!f)
return perror("Couldn't open GenuineIntel.bin"), EXIT_FAILURE;
if(fwrite(buf, sizeof(int), count, f) != count || fclose(f))
return perror("Couldn't write GenuineIntel.bin"), EXIT_FAILURE;
if (bufsize < sizeof(struct microcode_header_intel))
goto out;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 19 15:04:28 UTC 2017 - astieger@suse.com
- Remove code in intel-microcode2ucode.c that refers to
GenuineIntel.bin , previously in binary blob package.
-------------------------------------------------------------------
Tue Jul 18 11:35:24 UTC 2017 - trenn@suse.de