From c39df3356d7e51123f17ce2a6031f302e438e333 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 15:51:26 +0800 Subject: [PATCH] License compliance rectification --- python-pyvmomi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index d3aa685..5df5c5f 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pyvmomi Version: 7.0.2 -Release: 1 +Release: 2 Summary: VMware vSphere Python SDK -License: Apache License 2.0 +License: Apache-2.0 URL: https://github.com/vmware/pyvmomi Source0: https://files.pythonhosted.org/packages/da/ec/38044d41138a687930687f6b990c9dfe8d863dfcbae3ea16f346d3a78131/pyvmomi-7.0.2.tar.gz BuildArch: noarch @@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 7.0.2-2 +- License compliance rectification + * Mon Aug 09 2021 Python_Bot - 7.0.2-1 - Package Spec generated