License compliance rectification

This commit is contained in:
lauk001 2022-06-17 15:41:30 +08:00
parent b294275530
commit 47200e5420

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: python-pep517
Version: 0.11.0
Release: 1
Release: 2
Summary: Wrappers to build Python packages using PEP 517 hooks
License: MIT License
License: MIT
URL: https://github.com/pypa/pep517
Source0: https://files.pythonhosted.org/packages/da/12/6d373f746ad1cec5ab9415d6a1df54ecc0a9001124bd771742755dcecded/pep517-0.11.0.tar.gz
BuildArch: noarch
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jul 22 2021 openstack-sig <openstack@openeuler.org>
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 0.11.0-2
- License compliance rectification
* Thu Jul 22 2021 openstack-sig <openstack@openeuler.org> - 0.11.0-1
- Package Spec generated