Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2018-01-05 14:21:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ucode-intel (Old)
 and      /work/SRC/openSUSE:Factory/.ucode-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ucode-intel"

Fri Jan  5 14:21:02 2018 rev:31 rq:561627 version:20171117

Changes:
--------
--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2017-11-25 
08:44:14.686791088 +0100
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes     
2018-01-05 14:21:04.932874805 +0100
@@ -1,0 +2,9 @@
+Sat Dec 23 13:12:18 UTC 2017 - meiss...@suse.com
+
+- firmware-CVE-2017-5715.tar.gz: updates for:
+  HSX EP 000306F2
+  BDX E EP EP4S EX 000406F1
+  SKX H0 00050654
+  (bsc#1068032 CVE-2017-5715)
+
+-------------------------------------------------------------------

New:
----
  firmware-CVE-2017-5715.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ucode-intel.spec ++++++
--- /var/tmp/diff_new_pack.IRaShh/_old  2018-01-05 14:21:05.688852399 +0100
+++ /var/tmp/diff_new_pack.IRaShh/_new  2018-01-05 14:21:05.692852280 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ucode-intel
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Source0:        microcode-%{version}.tgz
 Source1:        intel-microcode2ucode.c
 Source2:        LICENSE
+Source3:        firmware-CVE-2017-5715.tar.gz
 Supplements:    
modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post): coreutils
@@ -40,10 +41,15 @@
 %prep
 %setup -q -c intel-ucode
 cp %{SOURCE2} .
+tar xf %{SOURCE3}
 
 %build
 %{__cc} -fwhole-program %{optflags} %{SOURCE1} -o generate_microcode
-./generate_microcode microcode.dat
+
+for i in *.dat */*.dat;
+do
+        ./generate_microcode "$i"
+done
 
 %install
 install -D -m 0755 generate_microcode %{buildroot}%{_bindir}/generate_microcode


Reply via email to