From ead2a6bd10efe5640f686c7481f4ccc30fe4387a Mon Sep 17 00:00:00 2001 From: lauk001 Date: Tue, 2 Aug 2022 14:19:34 +0800 Subject: [PATCH] License compliance rectification --- python-colorlog.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-colorlog.spec b/python-colorlog.spec index b06f9b8..743b8eb 100644 --- a/python-colorlog.spec +++ b/python-colorlog.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-colorlog Version: 5.0.1 -Release: 1 +Release: 2 Summary: Add colours to the output of Python's logging module. -License: MIT License +License: MIT URL: https://github.com/borntyping/python-colorlog Source0: https://files.pythonhosted.org/packages/07/d4/ac5127f7d7e022caf740b9f624e5b9fe9a69fefc0f4f9c047b1e9298c87a/colorlog-5.0.1.tar.gz BuildArch: noarch @@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Sun May 23 2021 Python_Bot +* Tue Aug 02 2022 liukuo - 5.0.1-2 +- License compliance rectification + +* Sun May 23 2021 Python_Bot - 5.0.1-1 - Package Spec generated