From fe004e3083df20b22c899726ac3bf947b364c11d Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 10 May 2022 16:54:27 +0800 Subject: [PATCH] License compliance rectification --- python-celery.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-celery.spec b/python-celery.spec index 9a00ca2..450c123 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-celery Version: 5.1.2 -Release: 1 +Release: 2 Summary: Distributed Task Queue. -License: BSD +License: BSD-3-Clause and CC-BY-SA-4.0 URL: https://github.com/celery/celery Source0: https://files.pythonhosted.org/packages/66/60/2713f5be1906b81d40f823f4c30f095f7b97b9ccf3627abe1c79b1e2fd15/celery-5.1.2.tar.gz BuildArch: noarch @@ -106,5 +106,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 wulei - 5.1.2-2 +- License compliance rectification + * Sun Sep 26 2021 Python_Bot - Package Init