diff --git a/python-fsspec.spec b/python-fsspec.spec index 00155ff..792ad91 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-fsspec Version: 2021.11.1 -Release: 1 +Release: 2 Summary: File-system specification -License: BSD +License: BSD-3-Clause URL: http://github.com/fsspec/filesystem_spec Source0: https://files.pythonhosted.org/packages/a5/b1/9c247e65c565e863643763020366b492a6bd4b1fd5854cbc8bdc42bd87ff/fsspec-2021.11.1.tar.gz BuildArch: noarch @@ -91,5 +91,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 xigaoxinyan - 2021.11.1-2 +- License compliance rectification + * Mon Dec 20 2021 Python_Bot - 2021.11.1-1 - Package Init