License compliance rectification

This commit is contained in:
lauk 2022-06-07 15:20:30 +08:00
parent f1235f4565
commit 8c97582107

View File

@ -1,9 +1,9 @@
Name: python-daemon
Version: 2.2.4
Release: 1
Release: 2
Summary: Library to implement a well-behaved Unix daemon process
License: Apache 2.0
License: GPL-3.0-only and Apache-2.0
URL: https://pagure.io/python-daemon
Source0: https://files.pythonhosted.org/packages/05/97/210f94322675c838319ffa8e505032373ff1f6a6219af8d16427e00b1051/%{name}-%{version}.tar.gz
# Downstream-only patch, twine is unnecessary to build
@ -51,5 +51,8 @@ PYTHONPATH=$(pwd) %{__python3} -m unittest discover
%{python3_sitelib}/python_daemon-%{version}-py%{python3_version}.egg-info/
%changelog
* Tue Jun 07 2022 liukuo <liukuo@kylinos.cn> - 2.2.4-2
- License compliance rectification
* Wed Aug 18 2021 Python_Bot <Python_Bot@openeuler.org> - 2.2.4-1
- Init Package