X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=microcode-data-intel.spec;h=f624956998e7d672269726b5f957376d209a0cf9;hb=4806c0f5f436d7b298fb51fb31c9bb5bf42a3e84;hp=0bf5c54eba31cf39ccd4f6d2db4e319705c27679;hpb=bc02db332b0ffdcc52004641de2ee118b694986e;p=packages%2Fmicrocode-data-intel.git diff --git a/microcode-data-intel.spec b/microcode-data-intel.spec index 0bf5c54..f624956 100644 --- a/microcode-data-intel.spec +++ b/microcode-data-intel.spec @@ -1,26 +1,44 @@ Summary: Microcode definitions for Intel processors +Summary(pl.UTF-8): Definicje mikrokodu dla procesorów Intela Name: microcode-data-intel -Version: 20090330 +Version: 20171117 Release: 1 License: INTEL SOFTWARE LICENSE AGREEMENT Group: Base -# http://downloadcenter.intel.com/, enter "microcode" to the search -Source0: http://downloadmirror.intel.com/14303/eng/microcode-%{version}.tgz -# Source0-md5: 5efec742621f830bd49ae11274766208 +# http://downloadcenter.intel.com/, enter "processor microcode data file" to the search +Source0: http://downloadmirror.intel.com/27337/eng/microcode-%{version}.tgz +# Source0-md5: b294245d1f7f6c20f01edba53185f258 +# Tool for splitting Intel's microcode file. From Fedora +Source1: intel-microcode2ucode.c +# Produces single file for use by boot loader (like grub) +Source2: intel-microcode2ucode-single.c +BuildRequires: cpio Provides: microcode-data -ExclusiveArch: i686 pentium2 pentium3 pentium4 %{x8664} +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -# nothing to put there -%define _enable_debug_packages 0 - %description The microcode data file for Linux contains the latest microcode definitions for all Intel processors. +%description -l pl.UTF-8 +Te pliki danych mikrokodu dla Linuksa zawierają najnowsze definicje +mikrokodu dla procesorów Intela. + +%package initrd +Summary: Microcode for initrd +Summary(pl.UTF-8): Mikrokod dla initrd +Group: Base + +%description initrd +Intel microcode for initrd. + +%description initrd -l pl.UTF-8 +Mikrokod dla procesorów Intel dla initrd. + %prep -%setup -q -c -mv microcode*.dat microcode.dat +%setup -qc + %build if ! grep -q 0x00000000 microcode.dat; then @@ -28,14 +46,30 @@ if ! grep -q 0x00000000 microcode.dat; then exit 1 fi +%{__cc} %{rpmcflags} %{rpmcppflags} %{rpmldflags} -Wall -o intel-microcode2ucode %{SOURCE1} +%{__cc} %{rpmcflags} %{rpmcppflags} %{rpmldflags} -Wall -o intel-microcode2ucode-single %{SOURCE2} + +./intel-microcode2ucode microcode.dat > 1.log +./intel-microcode2ucode-single microcode.dat > 2.log + +install -d kernel/x86/microcode +ln microcode.bin kernel/x86/microcode/GenuineIntel.bin +echo kernel/x86/microcode/GenuineIntel.bin | cpio -o -H newc -R 0:0 > intel-ucode.img + %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/lib/firmware -cp -a microcode.dat $RPM_BUILD_ROOT/lib/firmware/microcode.dat +install -d $RPM_BUILD_ROOT{/lib/firmware,/boot} + +cp -a intel-ucode $RPM_BUILD_ROOT/lib/firmware +cp -p intel-ucode.img $RPM_BUILD_ROOT/boot %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%attr(640,root,root) /lib/firmware/microcode.dat +/lib/firmware/intel-ucode + +%files initrd +%defattr(644,root,root,755) +/boot/intel-ucode.img