ucode-intel/ucode-intel.spec
Marcus Meissner 3a7a5d22b1 Accepting request 749412 from home:msmeissn:branches:Base:System
- Updated to 20191115 release (bsc#1157004)
  - Processor             Identifier     Version       Products
  - Model        Stepping F-MO-S/PI      Old->New
  - ---- updated platforms ------------------------------------
  - SKL-U/Y      D0       6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile
  - SKL-U23e     K1       6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile
  - SKL-H/S/E3   N0/R0/S0 6-5e-3/36 000000d4->000000d6 Core Gen6
  - AML-Y22      H0       6-8e-9/10 000000c6->000000ca Core Gen8 Mobile
  - KBL-U/Y      H0       6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile
  - KBL-U23e     J1       6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile
  - CFL-U43e     D0       6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile
  - KBL-R U      Y0       6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile
  - WHL-U        W0       6-8e-b/d0 000000c6->000000ca Core Gen8 Mobile
  - AML-Y42      V0       6-8e-c/94 000000c6->000000ca Core Gen10 Mobile
  - WHL-U        V0       6-8e-c/94 000000c6->000000ca Core Gen8 Mobile
  - CML-U42      V0       6-8e-c/94 000000c6->000000ca Core Gen10 Mobile
  - KBL-G/H/S/X/E3 B0     6-9e-9/2a 000000c6->000000ca Core Gen7 Desktop, Mobile, Xeon E3 v6
  - CFL-H/S/E3   U0       6-9e-a/22 000000c6->000000ca Core Gen8 Desktop, Mobile, Xeon E
  - CFL-S        B0       6-9e-b/02 000000c6->000000ca Core Gen8
  - CFL-S        P0       6-9e-c/22 000000c6->000000ca Core Gen9 Desktop
  - CFL-H/S/E3   R0       6-9e-d/22 000000c6->000000ca Core Gen9 Desktop, Mobile, Xeon E
  - CML-U62      A0       6-a6-0/80 000000c6->000000ca Core Gen10 Mobile
- Updated to 20191113 release 
  - Processor             Identifier     Version       Products
  - Model        Stepping F-MO-S/PI      Old->New
  - ---- updated platforms ------------------------------------
  - CFL-S        P0       6-9e-c/22 000000a2->000000c6 Core Gen9 Desktop

OBS-URL: https://build.opensuse.org/request/show/749412
OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=78
2019-11-19 06:24:31 +00:00

71 lines
2.2 KiB
RPMSpec

#
# spec file for package ucode-intel
#
# Copyright (c) 2019 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ucode-intel
Version: 20191115
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://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
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
Requires(post): coreutils
Requires(postun): coreutils
ExclusiveArch: %ix86 x86_64
%description
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/
%build
#it is closed source.. nothing to build.
%install
mkdir -p %{buildroot}/lib/firmware/intel-ucode
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
done
%post
%{?regenerate_initrd_post}
%postun
%{?regenerate_initrd_post}
%posttrans
%{?regenerate_initrd_posttrans}
%files
%defattr(-,root,root)
%license license
%doc releasenote
/lib/firmware/intel-ucode/
%changelog