From 494f3bc01a097c18d4b98d6afb9a505bc6adfca9 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 10 May 2022 18:42:51 +0800 Subject: [PATCH] License compliance rectification --- python-flock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flock.spec b/python-flock.spec index bfe722e..86ffd5b 100644 --- a/python-flock.spec +++ b/python-flock.spec @@ -1,9 +1,9 @@ Name: python-flock Version: 0.1 -Release: 1 +Release: 2 Summary: Flock object for with statement -License: BSD +License: BSD-3-Clause URL: https://github.com/misli/python-flock Source: http://github.srcurl.net/misli/%{name}/%{version}/%{name}-%{version}.tar.gz @@ -46,5 +46,8 @@ when entering (resp. leaving) runtime context related to it. %changelog +* Tue May 10 2022 houyingchao - 0.1-1 +- License compliance rectification + * Fri Jun 25 2021 liufeng - 0.1-1 - Initial package -- Gitee