From ead04ac72c82e5ff3b126aaae628fd0e5f478176 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 17:21:29 +0800 Subject: [PATCH] License compliance rectification --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 472f5e1..2e2b7c3 100644 --- a/cmake.spec +++ b/cmake.spec @@ -11,9 +11,9 @@ Name: cmake Version: 3.22.0 -Release: 2 +Release: 3 Summary: Cross-platform make system -License: BSD and MIT and zlib +License: BSD-3-Clause and MIT and zlib URL: http://www.cmake.org Source0: https://www.cmake.org/files/v3.22/cmake-%{version}.tar.gz Source1: cmake-init.el @@ -235,6 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Mon May 9 2022 baizhonggui - 3.22.0-3 +- modify license identifier + * Wed Mar 2 2022 wangchen - 3.22.0-2 - Remove rhash-devel from BuildRequires -- Gitee