!85 [sync] PR-73: update to 20240813

From: @openeuler-sync-bot 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-09-09 01:46:44 +00:00 committed by Gitee
commit db231d7a32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Name: microcode_ctl Name: microcode_ctl
Summary: Microcode update for CPU Summary: Microcode update for CPU
Version: 20240531 Version: 20240813
Release: 2 Release: 1
License: GPL-2.0-or-later and intel-mcu-2018 License: GPL-2.0-or-later and intel-mcu-2018
URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le
@ -13,7 +13,7 @@ Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Fi
This is a tool to transform and deploy microcode update for x86 CPUs. This is a tool to transform and deploy microcode update for x86 CPUs.
%prep %prep
%autosetup -n Intel-Linux-Processor-Microcode-Data-Files-tags-microcode-%{version} %autosetup -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
rm -rf intel-ucode intel-ucode-with-caveats rm -rf intel-ucode intel-ucode-with-caveats
%build %build
@ -29,6 +29,9 @@ rm -rf intel-ucode
/lib/firmware/* /lib/firmware/*
%changelog %changelog
* Wed Sep 04 2024 Funda Wang <fundawang@yeah.net> - 20240813-1
- update to 20240813
* Tue Aug 20 2024 xu_ping <707078654@qq.com> - 20240531-2 * Tue Aug 20 2024 xu_ping <707078654@qq.com> - 20240531-2
- License compliance rectification. - License compliance rectification.