- revert 06-4e-03 Skylake U/Y, U23e ucode back to 000000d6 release,

as it causes stability issues.  (bsc#1172856)
- revert 06-8e-0b WHiskey Lake U to 000000ca release due to instability reports.

OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=80
This commit is contained in:
Marcus Meissner 2020-06-15 07:50:22 +00:00 committed by Git OBS Bridge
parent ac63b33d3e
commit 0349a037ca
5 changed files with 20 additions and 0 deletions

3
.gitattributes vendored
View File

@ -21,3 +21,6 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
06-4e-03 filter=lfs diff=lfs merge=lfs -text
06-8e-0b filter=lfs diff=lfs merge=lfs -text

3
06-4e-03 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e4d61493592bcd6acb9f2b5047cd1eede17dad5e3a2bfe8e2774c4099ab53df
size 101376

3
06-8e-0b Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee1fac6237486e0ab9f772875420483e0108fe1a06646e2b359447937766c901
size 100352

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 15 07:49:10 UTC 2020 - Marcus Meissner <meissner@suse.com>
- revert 06-4e-03 Skylake U/Y, U23e ucode back to 000000d6 release,
as it causes stability issues. (bsc#1172856)
- revert 06-8e-0b WHiskey Lake U to 000000ca release due to instability reports.
-------------------------------------------------------------------
Wed Jun 3 14:44:24 UTC 2020 - Marcus Meissner <meissner@suse.com>

View File

@ -27,6 +27,8 @@ BuildRequires: suse-module-tools
URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-%version.tar.gz
Source1: ucode-intel-rpmlintrc
Source2: 06-4e-03
Source3: 06-8e-0b
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*)
@ -40,6 +42,8 @@ This package contains the microcode update blobs for Intel x86 and x86-64 CPUs.
%prep
%setup -q -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%version/
cp %SOURCE2 intel-ucode/
cp %SOURCE3 intel-ucode/
%build
#it is closed source.. nothing to build.