81 lines
2.8 KiB
RPMSpec
81 lines
2.8 KiB
RPMSpec
Name: intel-ucode
|
|
Version: 20240910
|
|
Release: 1mamba
|
|
Summary: Intel Processor Microcode Package for Linux
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
|
Source: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-%{version}.tar.gz
|
|
License: Distributable
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: iucode-tool
|
|
|
|
%description
|
|
Intel Processor Microcode Package for Linux.
|
|
|
|
%prep
|
|
%setup -q -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
|
|
|
|
%build
|
|
rm -f intel-ucode{,-with-caveats}/list
|
|
mkdir -p kernel/x86/microcode
|
|
%{_sbindir}/iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
install -D -m0644 intel-ucode.img %{buildroot}/boot/intel-ucode.img
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/boot/intel-ucode.img
|
|
%doc license
|
|
|
|
%changelog
|
|
* Wed Sep 11 2024 Automatic Build System <autodist@openmamba.org> 20240910-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 20240813-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 01 2024 Automatic Build System <autodist@openmamba.org> 20240531-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 20240514-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 20240312-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 20231114-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 09 2023 Automatic Build System <autodist@mambasoft.it> 20230808-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 14 2023 Automatic Build System <autodist@mambasoft.it> 20230613-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 17 2023 Automatic Build System <autodist@mambasoft.it> 20230516-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 13 2023 Automatic Build System <autodist@mambasoft.it> 20230512-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 15 2023 Automatic Build System <autodist@mambasoft.it> 20230214-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 20221108-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 20220809-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 20220510-1mamba
|
|
- package created using the webbuild interface
|