From 8380dc1321a3d1d03f2b6f8f15685855e7056d3d Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 15:07:22 +0800 Subject: [PATCH] License compliance rectification --- openapi-spec-validator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openapi-spec-validator.spec b/openapi-spec-validator.spec index 5cd5c68..a8fcd48 100644 --- a/openapi-spec-validator.spec +++ b/openapi-spec-validator.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: openapi-spec-validator Version: 0.3.1 -Release: 1 +Release: 2 Summary: OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator -License: Apache License 2.0 +License: Apache-2.0 URL: https://github.com/p1c2u/openapi-spec-validator Source0: https://files.pythonhosted.org/packages/81/60/4378f7a47172e6ba5de99150abee9b49ef4f89deb422124b396125d8cf0d/openapi-spec-validator-0.3.1.tar.gz BuildArch: noarch @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 0.3.1-2 +- License compliance rectification + * Tue Aug 31 2021 Python_Bot - 0.3.1-1 - Package Spec generated