From 7384756bdf177204e678420a55d5b652188fbe94 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 18:38:02 +0800 Subject: [PATCH] License compliance rectification --- python-psutil.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-psutil.spec b/python-psutil.spec index 6a6ee45..05bb756 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,8 +1,8 @@ Name: python-psutil Version: 5.8.0 -Release: 1 +Release: 2 Summary: A library for retrieving information on running processes and system utilization in Python -License: BSD +License: BSD-3-Clause URL: https://github.com/giampaolo/psutil Source0: https://github.com/giampaolo/psutil/archive/release-%{version}.tar.gz#/psutil-%{version}.tar.gz @@ -48,6 +48,9 @@ done %{python3_sitearch}/*.egg-info %changelog +* Mon May 9 2022 baizhonggui - 5.8.0-2 +- modify license identifier + * Thu Jul 15 2021 OpenStack_SIG - 5.8.0-1 - Update version to 5.8.0 -- Gitee