From b4767d60346f0b53073cda803547a88c2627b78c Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 9 May 2022 17:38:20 +0800 Subject: [PATCH] License compliance rectification --- intel-cmt-cat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec index fa2a105..76d1a3e 100644 --- a/intel-cmt-cat.spec +++ b/intel-cmt-cat.spec @@ -38,9 +38,9 @@ Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies Name: %{githubname} -Release: 3 +Release: 4 Version: %{githubver} -License: BSD +License: BSD-3-Clause ExclusiveArch: x86_64 i686 i586 %if %{defined githubsubver} Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.%{githubsubver}.tar.gz @@ -169,6 +169,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %doc %{_usrsrc}/%{githubfull}/LICENSE %changelog +* Mon May 9 2022 baizhonggui - 4.1.0-4 +- modify license identifier + * Mon Dec 13 2021 liweigang - 4.1.0-3 - delete %dist -- Gitee