From 37dc0aae00218fe012a3e60a868e1097b8dbae53 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 10 May 2022 16:44:07 +0800 Subject: [PATCH] License compliance rectification --- openapi-schema-validator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openapi-schema-validator.spec b/openapi-schema-validator.spec index 4a841d5..ee2fe67 100644 --- a/openapi-schema-validator.spec +++ b/openapi-schema-validator.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: openapi-schema-validator Version: 0.1.5 -Release: 1 +Release: 2 Summary: OpenAPI schema validation for Python -License: BSD +License: BSD-3-Clause URL: https://github.com/p1c2u/openapi-schema-validator Source0: https://files.pythonhosted.org/packages/8c/44/0065b0e102810356c54e01d8bd56542d5d02acd27060d81b2e372fd0888c/openapi-schema-validator-0.1.5.tar.gz BuildArch: noarch @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 wulei - 0.1.5-2 +- License compliance rectification + * Tue Aug 31 2021 Python_Bot - 0.1.5-1 - Package Spec generated