From b2cbbd84683c80907d1b37e7be98fc4104cdd55f Mon Sep 17 00:00:00 2001 From: lauk001 Date: Tue, 2 Aug 2022 13:43:07 +0800 Subject: [PATCH] License compliance rectification --- python-portalocker.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-portalocker.spec b/python-portalocker.spec index 454fe77..d5c0fa4 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-portalocker Version: 2.4.0 -Release: 1 +Release: 2 Summary: Wraps the portalocker recipe for easy usage -License: PSF +License: BSD-3-Clause URL: https://github.com/WoLpH/portalocker Source0: https://files.pythonhosted.org/packages/dc/60/9646b57d473d38fd23af22f18dce6baa4d591f37024e0c3dcd2d66814d50/portalocker-2.4.0.tar.gz BuildArch: noarch @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 02 2022 liukuo - 2.4.0-2 +- License compliance rectification + * Thu Jun 23 2022 SimpleUpdate Robot - 2.4.0-1 - Upgrade to version 2.4.0 -- Gitee