From a7823dd25c39e14a23b66228f916be0705d835ea Mon Sep 17 00:00:00 2001 From: lauk Date: Sun, 25 Jun 2023 11:13:00 +0800 Subject: [PATCH] License compliance rectification --- python-EditorConfig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-EditorConfig.spec b/python-EditorConfig.spec index 469ca17..ff06813 100644 --- a/python-EditorConfig.spec +++ b/python-EditorConfig.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-EditorConfig Version: 0.12.3 -Release: 1 +Release: 2 Summary: EditorConfig File Locator and Interpreter for Python -License: Python-2.0 +License: PSF-2.0 URL: http://editorconfig.org/ Source0: https://files.pythonhosted.org/packages/13/31/8382c65fb54ef19b8335f8e05e9ed9f62e33122f9619d989a151cc7e5152/EditorConfig-0.12.3.tar.gz BuildArch: noarch @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Jun 25 2023 liukuo - 0.12.3-2 +- License compliance rectification + * Fri Sep 03 2021 Python_Bot - 0.12.3-1 - Package Init -- Gitee