From aec6541c818d0e05793064ad246038d4a45fb007 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 10 May 2022 16:54:03 +0800 Subject: [PATCH] License compliance rectification --- python-billiard.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-billiard.spec b/python-billiard.spec index 79376ff..80b4a42 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-billiard Version: 3.6.4.0 -Release: 2 +Release: 3 Summary: Python multiprocessing fork with improvements and bugfixes -License: BSD +License: BSD-3-Clause URL: https://github.com/celery/billiard Source0: https://files.pythonhosted.org/packages/92/91/40de1901da8ec9eeb7c6a22143ba5d55d8aaa790761ca31342cedcd5c793/billiard-3.6.4.0.tar.gz BuildArch: noarch @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 wulei - 3.6.4.0-3 +- License compliance rectification + * Fri Apr 22 2022 liqiuyu - 3.6.4.0-2 - Add zlib to buildrequires -- Gitee