]> git.ipfire.org Git - ipfire-3.x.git/blame - intel-microcode/intel-microcode.nm
keyutils: Update to version 1.6.3
[ipfire-3.x.git] / intel-microcode / intel-microcode.nm
CommitLineData
f2f0d669
AF
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = intel-microcode
3c08fdcd 7version = 20221108
5b2a8058 8release = 2
f2f0d669
AF
9thisapp = microcode-%{version}
10
11maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12groups = System/Libraries
13url = https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
14license = Non-GPL
15summary = Microcode update for Intel CPU's.
16
17description
18 intel-microcode provides some binaries that
19 are loaded into the Intel CPU at startup.
20end
21
22source_dl = https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/
23
24build
5cd803df
MT
25 arches = noarch
26
f2f0d669
AF
27 build
28 : # Nothing to do.
29 end
30
31 DIR_APP = %{DIR_SRC}/Intel-Linux-Processor-Microcode-Data-Files-%{thisapp}
32
33 install
34 mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware
35 cp -prv intel-ucode %{BUILDROOT}%{prefix}/lib/firmware
5b2a8058
SS
36
37 # Set correct permissions for directories and firmware files.
38 find %{BUILDROOT}%{prefix}/lib/firmware -type d -exec chmod 755 {} \;
39 find %{BUILDROOT}%{prefix}/lib/firmware -type f -exec chmod 644 {} \;
f2f0d669
AF
40 end
41end
42
43packages
44 package %{name}
45end