From b30bd8464551dd8bc7bc78832b6fd15a5e6e08ff Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Wed, 13 Jul 2022 07:15:56 +0000 Subject: [PATCH] License compliance rectification --- python-pycadf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pycadf.spec b/python-pycadf.spec index 1669b29..1a1532b 100644 --- a/python-pycadf.spec +++ b/python-pycadf.spec @@ -1,9 +1,9 @@ Name: python-pycadf Version: 3.1.1 -Release: 1 +Release: 2 Summary: CADF Python module -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/pycadf/latest/ Source0: https://files.pythonhosted.org/packages/83/5a/45506b000bf13fee4da64304aec169f9cddd0704add9a0339fd61f76a25c/pycadf-3.1.1.tar.gz BuildArch: noarch @@ -70,6 +70,9 @@ mv %{buildroot}/usr/etc/pycadf %{buildroot}/%{_sysconfdir}/ %changelog +* Wed Jul 13 2022 Chenyx - 3.1.1-2 +- License compliance rectification + * Wed Dec 30 2020 Python_Bot - Package Spec generated -- Gitee