License compliance rectification

This commit is contained in:
lauk001 2022-06-17 16:09:01 +08:00
parent ac95497e10
commit 88bae194ff

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: python-cov-core
Version: 1.15.0
Release: 1
Release: 2
Summary: plugin core for use by pytest-cov, nose-cov and nose2-cov
License: MIT License
License: MIT
URL: https://github.com/schlamar/cov-core
Source0: https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz
BuildArch: noarch
@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir}
%changelog
* Wed May 20 2020 Python_Bot <Python_Bot@openeuler.org>
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 1.15.0-2
- License compliance rectification
* Wed May 20 2020 Python_Bot <Python_Bot@openeuler.org> - 1.15.0-1
- Package Spec generated