From 6bdd5d3ea4cc223af145e13b1daab0532775464f Mon Sep 17 00:00:00 2001 From: Yudong Cui Date: Fri, 14 Jun 2024 19:58:06 +0800 Subject: [PATCH] License compliance rectification License compliance rectification second --- microcode_ctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 0a60747..50ca3f1 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 Redistributable, no modification permitted 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 +* Fri Jun 14 2024 cuiyudong 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