Hello community,

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

Package is "ucode-intel"

Fri May 11 14:29:02 2018 rev:38 rq:605741 version:20180425

Changes:
--------
--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2018-04-16 
12:48:57.701172054 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes     
2018-05-11 14:29:05.950295477 +0200
@@ -1,0 +2,22 @@
+Fri May  4 09:42:54 UTC 2018 - [email protected]
+
+- Update to version 20180425 (bsc#1091836)
+- Name microcodes which are not allowed to load late
+  with a *.early suffix
+- Add releasenotes and microcode list to docs
+- Remove BuildRequires on iucode-tool, as the microcode files are
+  not provided as one big microcode.dat blob anymore, but are
+  alreayd split up in the needed family-model-stepping files.
+
+-- Updates upon 20180312 release --
+---- updated platforms ------------------------------------
+GLK          B0       6-7a-1/01 0000001e->00000022
+             Pentium Silver N/J5xxx,-Celeron N/J4xxx
+---- removed platforms ------------------------------------
+BDX-ML       B/M/R0   6-4f-1/ef 0b000021
+             Xeon E5/E7 v4; Core-i7-69xx/68xx
+-- Special release with caveats --
+BDX-ML       B/M/R0   6-4f-1/ef           0b00002c
+             Xeon E5/E7 v4; Corei7-69xx/68xx
+
+-------------------------------------------------------------------

Old:
----
  microcode-20180312.tgz

New:
----
  microcode-20180425.tgz

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

Other differences:
------------------
++++++ ucode-intel.spec ++++++
--- /var/tmp/diff_new_pack.79lmlI/_old  2018-05-11 14:29:06.666269464 +0200
+++ /var/tmp/diff_new_pack.79lmlI/_new  2018-05-11 14:29:06.670269318 +0200
@@ -17,21 +17,20 @@
 
 
 Name:           ucode-intel
-Version:        20180312
+Version:        20180425
 Release:        0
 Summary:        Microcode Updates for Intel x86/x86-64 CPUs
 License:        SUSE-Firmware
 Group:          Hardware/Other
 BuildRequires:  suse-module-tools
 #License is: Intel Software License Agreement
-Url:            
https://downloadcenter.intel.com/download/27591/Linux-Processor-Microcode-Data-File
-Source0:        
https://downloadmirror.intel.com/27591/eng/microcode-%{version}.tgz
+Url:            
https://downloadcenter.intel.com/download/27776/Linux-Processor-Microcode-Data-File?v=t
+Source0:        
https://downloadmirror.intel.com/27776/eng/microcode-%{version}.tgz
 Source2:        LICENSE
 Supplements:    
modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
 # new method ... note that only 1 : might be present, otherwise libzypp 
misinterprets it.
 Supplements:    modalias(cpu:type%3Ax86*ven0000*)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  iucode-tool
 Requires(post): coreutils
 Requires(postun): coreutils
 ExclusiveArch:  %ix86 x86_64
@@ -48,7 +47,14 @@
 
 %install
 mkdir -p %{buildroot}/lib/firmware/intel-ucode
-/usr/sbin/iucode_tool -vvv 
--write-firmware="%{buildroot}/lib/firmware/intel-ucode" microcode.dat
+mv intel-ucode/list ./microcode_list
+cat intel-ucode-with-caveats/list >> ./microcode_list
+rm intel-ucode-with-caveats/list
+cp intel-ucode/* %{buildroot}/lib/firmware/intel-ucode
+cd intel-ucode-with-caveats
+for microcode in *;do
+    cp $microcode %{buildroot}/lib/firmware/intel-ucode/$microcode.early
+done
 
 %post
 %{?regenerate_initrd_post}
@@ -62,6 +68,8 @@
 %files
 %defattr(-,root,root)
 %doc LICENSE
+%doc microcode_list
+%doc releasenote
 /lib/firmware/intel-ucode/
 
 %changelog

++++++ microcode-20180312.tgz -> microcode-20180425.tgz ++++++
++++ 106286 lines of diff (skipped)


Reply via email to