From e3aa34059ba19d6400511af5974d0540f11b066314f77ff19331841248d4a6ff Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Thu, 20 Jul 2017 11:01:40 +0000 Subject: [PATCH] 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 --- intel-microcode2ucode.c | 7 ------- ucode-intel.changes | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/intel-microcode2ucode.c b/intel-microcode2ucode.c index 4716fb0..79ae532 100644 --- a/intel-microcode2ucode.c +++ b/intel-microcode2ucode.c @@ -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; diff --git a/ucode-intel.changes b/ucode-intel.changes index 57d3baf..6ee2ee6 100644 --- a/ucode-intel.changes +++ b/ucode-intel.changes @@ -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