microcode_ctl/microcode_ctl.spec

46 lines
1.3 KiB
RPMSpec
Raw Normal View History

2019-12-14 18:57:59 +08:00
%global debug_package %{nil}
2022-09-23 11:37:06 +08:00
%define upstream_version 2.1-37
2019-12-14 18:57:59 +08:00
Name: microcode_ctl
Summary: Microcode update for CPU
Version: 2.1
2022-09-23 11:37:06 +08:00
Release: 37
2019-12-14 18:57:59 +08:00
License: GPLv2+ and Redistributable, no modification permitted
URL: https://pagure.io/microcode_ctl
ExclusiveArch: %{ix86} x86_64
Source0: https://releases.pagure.org/microcode_ctl/%{name}-%{upstream_version}.tar.xz
%description
This is a tool to transform and deploy microcode update for x86 CPUs.
%prep
%autosetup -n %{name}-%{upstream_version}
%build
%{make_build} CFLAGS="$RPM_OPT_FLAGS"
%install
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
%files
/lib/firmware/*
%doc /usr/share/doc/microcode_ctl/*
%changelog
2022-09-23 11:37:06 +08:00
* Fri Sep 23 2022 luopihui <luopihui@Ncti-gba.cn> - 2.1-37
- Upgrade to 2.1-37
- Fix CVE-2022-21233
2022-07-19 10:07:05 +08:00
* Tue Jul 19 2022 houyingchao <houyingchao@h-partners.com> - 2.1-36
- Upgrade to 2.1-36
- Fix CVE-2021-0146
* Thu Sep 23 2021 yaoxin <yaoxin30@huawei.com> - 2.1-33
- update version to 2.1-33, fix CVE-2020-24511 CVE-2020-24512
* Mon Dec 14 2020 zhanghua <zhanghua40@huawei.com> - 2.1-28
- update version to 2.1-31, fix CVE-2020-8695, CVE-2020-8696, CVE-2020-8698
2019-12-14 18:57:59 +08:00
* Thu Nov 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.1-27
- Package init