From 1933e9671116b3181d9b71986bdaa78870ffb79a Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 18:37:53 +0800 Subject: [PATCH] License compliance rectification --- python-faust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-faust.spec b/python-faust.spec index 6926844..ebf6d5a 100644 --- a/python-faust.spec +++ b/python-faust.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-faust Version: 1.3.0 -Release: 2 +Release: 3 Summary: Python Stream processing. -License: BSD 3-Clause and CC-BY-SA-4.0 +License: BSD-3-Clause and CC-BY-SA-4.0 URL: http://faust.readthedocs.io/ Source0: https://files.pythonhosted.org/packages/91/c3/75878084aba2bbcf680b0c57f00b9586b0b9d84a74695260b489666e579b/faust-1.3.0.tar.gz BuildArch: noarch @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 9 2022 baizhonggui - 1.3.0-3 +- modify license identifier + * Fri Aug 27 2021 wutao - 1.3.0-2 - Change faust.tar.gz source from github to pypi to compatible with openEuler -- Gitee