License compliance rectification

This commit is contained in:
lauk 2022-05-18 15:51:26 +08:00
parent 2c9c76d40e
commit c39df3356d

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pyvmomi Name: python-pyvmomi
Version: 7.0.2 Version: 7.0.2
Release: 1 Release: 2
Summary: VMware vSphere Python SDK Summary: VMware vSphere Python SDK
License: Apache License 2.0 License: Apache-2.0
URL: https://github.com/vmware/pyvmomi URL: https://github.com/vmware/pyvmomi
Source0: https://files.pythonhosted.org/packages/da/ec/38044d41138a687930687f6b990c9dfe8d863dfcbae3ea16f346d3a78131/pyvmomi-7.0.2.tar.gz Source0: https://files.pythonhosted.org/packages/da/ec/38044d41138a687930687f6b990c9dfe8d863dfcbae3ea16f346d3a78131/pyvmomi-7.0.2.tar.gz
BuildArch: noarch BuildArch: noarch
@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 7.0.2-2
- License compliance rectification
* Mon Aug 09 2021 Python_Bot <Python_Bot@openeuler.org> - 7.0.2-1 * Mon Aug 09 2021 Python_Bot <Python_Bot@openeuler.org> - 7.0.2-1
- Package Spec generated - Package Spec generated