License compliance rectification

This commit is contained in:
lauk 2022-05-20 16:21:19 +08:00
parent 86d6ae071f
commit b8a6be1957

View File

@ -2,9 +2,9 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: python-certbot Name: python-certbot
Version: 1.16.0 Version: 1.16.0
Release: 3 Release: 4
Summary: ACME client Summary: ACME client
License: Apache License 2.0 License: MIT and Apache-2.0
URL: https://github.com/certbot/certbot URL: https://github.com/certbot/certbot
Source0: https://github.com/certbot/certbot/archive/refs/tags/v1.16.0.tar.gz Source0: https://github.com/certbot/certbot/archive/refs/tags/v1.16.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst .
%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 1.16.0-4
- License compliance rectification
* Fri May 06 2022 yangping <yangping69@h-partners.com> - 1.16.0-3 * Fri May 06 2022 yangping <yangping69@h-partners.com> - 1.16.0-3
- Fix build error caused by py3.10+ wildcard - Fix build error caused by py3.10+ wildcard