From e0db294e67d7f72e2dfffb27bf1ac9a505b8974d Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 11 May 2022 15:23:14 +0800 Subject: [PATCH] License compliance rectification --- python-odML.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-odML.spec b/python-odML.spec index 64b6508..95d6da4 100644 --- a/python-odML.spec +++ b/python-odML.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-odML Version: 1.5.2 -Release: 1 +Release: 2 Summary: open metadata Markup Language -License: BSD +License: BSD-4-Clause URL: https://github.com/G-Node/python-odml Source0: https://files.pythonhosted.org/packages/59/2a/31d133c30ef1ae4d4f4cc7fe7e3b5c86a17e13351ef09fc9ff8384a455a0/odML-1.5.2.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 houyingchao - 1.5.2-2 +- License compliance rectification + * Tue Dec 28 2021 anyunhao - 1.5.2-1 - Update to 1.5.2-1 -- Gitee