!51 add ppc64le support

From: @peng_zou 
Reviewed-by: @Lostwayzxc 
Signed-off-by: @Lostwayzxc
This commit is contained in:
openeuler-ci-bot 2024-03-08 08:40:21 +00:00 committed by Gitee
commit 64486fcdc2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,10 +4,10 @@
Name: microcode_ctl
Summary: Microcode update for CPU
Version: 2.1
Release: 42
Release: 43
License: GPLv2+ and Redistributable, no modification permitted
URL: https://pagure.io/microcode_ctl
ExclusiveArch: %{ix86} x86_64
ExclusiveArch: %{ix86} x86_64 ppc64le
Source0: https://releases.pagure.org/microcode_ctl/%{name}-%{upstream_version}.tar.xz
%description
@ -27,6 +27,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
%doc /usr/share/doc/microcode_ctl/*
%changelog
* Mon Mar 4 2024 peng.zou <peng.zou@shingroup.cn> - 2.1-43
- add ppc64le support
* Wed Nov 15 2023 lwg K <weigangli99@gmail.com> - 2.1-42
- update to upstream 2.1-42. 20231114
- fix CVE-2023-23583