diff --git a/python-dataclasses.spec b/python-dataclasses.spec index 608cccf682b4e3c5c2dd932935c4dec957503c47..7d305adb635a5613ee67d98fe898a0eedd81e9a4 100644 --- a/python-dataclasses.spec +++ b/python-dataclasses.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-dataclasses Version: 0.8 -Release: 1 +Release: 2 Summary: A backport of the dataclasses module for Python 3.6 -License: Apache +License: Apache-2.0 URL: https://github.com/ericvsmith/dataclasses Source0: https://files.pythonhosted.org/packages/1f/12/7919c5d8b9c497f9180db15ea8ead6499812ea8264a6ae18766d93c59fe5/dataclasses-0.8.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Nov 23 2020 Python_Bot +* Wed Jun 12 2024 yanjianqing - 0.8-2 +- Rectify the license information specification + +* Mon Nov 23 2020 Python_Bot - 0.8-1 - Package Spec generated