diff --git a/python-flock.spec b/python-flock.spec index bfe722e0eea2250f7275518c284f6a4109cb239c..86ffd5b43b450c20dc7cc93d05a89c10e0c1c5e6 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