Modify the license to LGPL-2.1-only License

This commit is contained in:
huangduirong 2022-04-19 00:04:41 +08:00
parent a7314731e2
commit 6563355cd3

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: python-aiozeroconf
Version: 0.1.8
Release: 1
Release: 2
Summary: Pure Python Multicast DNS Service Discovery Library for asyncio (Bonjour/Avahi compatible)
License: LGPL
License: LGPL-2.1-only
URL: https://github.com/frawau/aiozeroconf
Source0: https://files.pythonhosted.org/packages/71/7f/6579b4e9b8f2e33f865d3dca2637612ccdb16479c8237c75c7101a4da222/aiozeroconf-0.1.8.tar.gz
BuildArch: noarch
@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Apr 18 2022 huangduirong <huangduirong@huawei.com> - 0.1.8-2
- Update the License to LGPL-2.1
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated