From 41f3fc2a8d533ccb50729466c24e4b197529b5d4 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Tue, 20 Aug 2024 11:18:14 +0800 Subject: [PATCH] License compliance rectification. Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit 18c15f59e35e9034b0eff0fa52a1bda08795925a) --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 0a60747..61c568c 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -3,8 +3,8 @@ Name: microcode_ctl Summary: Microcode update for CPU Version: 20240531 -Release: 1 -License: GPLv2+ and Redistributable, no modification permitted +Release: 2 +License: GPL-2.0-or-later and intel-mcu-2018 URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/tags/microcode-%{version}.tar.gz @@ -29,6 +29,9 @@ rm -rf intel-ucode /lib/firmware/* %changelog +* Tue Aug 20 2024 xu_ping <707078654@qq.com> - 20240531-2 +- License compliance rectification. + * Tue Jun 11 2024 wangkai <13474090681@163.com> - 20240531-1 - Update to 20240531 for fix CVE-2023-45733, CVE-2023-45745, CVE-2023-46103, CVE-2023-47855 -- Gitee