From 0ba5b880bb3879e6327f6e3399f33d0b6339f107 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 17 May 2022 15:01:54 +0800 Subject: [PATCH] License compliance rectification --- python-futurist.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-futurist.spec b/python-futurist.spec index 6dbe0d8..b629eb6 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-futurist Version: 2.3.0 -Release: 2 +Release: 3 Summary: Useful additions to futures, from the future. -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/futurist/latest/ Source0: https://files.pythonhosted.org/packages/31/10/b10d828d056c66f89df8d6f408580108731b09ecfe3c00b92c5421003a9b/futurist-2.3.0.tar.gz BuildArch: noarch @@ -70,7 +70,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 17 2022 liukuo - 2.3.0-3 +- License compliance rectification + * Mon Aug 1 2021 huangtianhua - 2.3.0-2 - Adds pbr/pip as buildrequires + * Sat Nov 21 2020 Python_Bot - Package Spec generated -- Gitee