From 7811d72045785491f3ddddc92980c2d1e3f53582 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 10:08:32 +0800 Subject: [PATCH] License compliance rectification --- python-editor.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-editor.spec b/python-editor.spec index 3ba806c..8f985fe 100644 --- a/python-editor.spec +++ b/python-editor.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-editor Version: 1.0.4 -Release: 2 +Release: 3 Summary: Programmatically open an editor, capture the result. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/fmoo/python-editor Source0: https://github.com/fmoo/python-editor/archive/%{version}.tar.gz BuildArch: noarch @@ -71,7 +71,11 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed May 18 2022 liukuo - 1.0.4-3 +- License compliance rectification + * Tue Feb 23 2021 huangtianhua - Rename the package to python3-editor + * Thu Dec 17 2020 Python_Bot - Package Spec generated