From 8c975821073f4e6b530bf871f401f6a0af498486 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 7 Jun 2022 15:20:30 +0800 Subject: [PATCH] License compliance rectification --- python-daemon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-daemon.spec b/python-daemon.spec index e563acd..c851b1e 100644 --- a/python-daemon.spec +++ b/python-daemon.spec @@ -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 - 2.2.4-2 +- License compliance rectification + * Wed Aug 18 2021 Python_Bot - 2.2.4-1 - Init Package