From dd1d58b50590b89252a222215e92e501eaff5d9c Mon Sep 17 00:00:00 2001 From: penelope Date: Mon, 9 May 2022 15:40:46 +0800 Subject: [PATCH] License compliance rectification --- python-flexmock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flexmock.spec b/python-flexmock.spec index 76b4bac..cfe9744 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-flexmock Version: 0.10.4 -Release: 1 +Release: 2 Summary: library to create mocks,stubs and fakes -License: BSD License +License: BSD-2-Clause URL: https://github.com/bkabrda/flexmock Source0: https://files.pythonhosted.org/packages/0d/76/03fc6622d823e6d292c29e444c808788e580b5ad66000f4d75e49c14f51f/flexmock-0.10.4.tar.gz BuildArch: noarch @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 09 2022 yangping - 0.10.4-2 +- License compliance rectification + * Thu Jul 08 2021 Python_Bot - 0.10.4-1 - Package Spec generated