]> git.pld-linux.org Git - packages/microcode-data-intel.git/blobdiff - microcode-data-intel.spec
up to 20201112
[packages/microcode-data-intel.git] / microcode-data-intel.spec
index ba2140673eebe467ab9c0d0abb9ab270ad943d6b..f4676d081c3d69fdd442690eed4344ce0247cea9 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Microcode definitions for Intel processors
 Summary(pl.UTF-8):     Definicje mikrokodu dla procesorów Intela
 Name:          microcode-data-intel
-Version:       20180807a
+Version:       20201112
 Release:       1
 License:       INTEL SOFTWARE LICENSE AGREEMENT
 Group:         Base
-# http://downloadcenter.intel.com/, enter "processor microcode data file" to the search
-Source0:       https://downloadmirror.intel.com/28087/eng/microcode-%{version}.tgz
-# Source0-md5: b12f8680d87c81a302e8c85712ed1a80
-Provides:      microcode-data
+Source0:       https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-%{version}.tar.gz
+# Source0-md5: d48388782e322c258e17f7d79201a9e0
 BuildRequires: iucode-tool
+Provides:      microcode-data
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,10 +32,9 @@ Intel microcode for initrd.
 Mikrokod dla procesorów Intel dla initrd.
 
 %prep
-%setup -qc
+%setup -q -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
 
 %build
-
 %{_sbindir}/iucode_tool intel-ucode*/*-* -tb --write-to=microcode.bin
 
 install -d kernel/x86/microcode
@@ -55,10 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc releasenote
+%doc README.md releasenote.md security.md
 /lib/firmware/intel-ucode
 
 %files initrd
-%doc releasenote
 %defattr(644,root,root,755)
+%doc README.md releasenote.md security.md
 /boot/intel-ucode.img
This page took 0.056008 seconds and 4 git commands to generate.