diff --git a/python-python-daemon.changes b/python-python-daemon.changes index 9b2dd80..9c1bc19 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 21 18:40:39 UTC 2019 - John Vandenberg + +- Add missing GPL license file +- Add README to %doc +- Drop extra 'doc' subdirectory under %doc +- Remove docutils from installed egg-info + ------------------------------------------------------------------- Thu Mar 21 14:39:49 UTC 2019 - John Vandenberg diff --git a/python-python-daemon.spec b/python-python-daemon.spec index bea672e..0f8a6d3 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -53,6 +53,7 @@ process environment for the program; use the instance as a context manager to en %prep %setup -q -n python-daemon-%{version} +sed -i '/docutils/d' setup.py %build %python_build @@ -66,8 +67,8 @@ process environment for the program; use the instance as a context manager to en %python_exec -m pytest -k 'not test_returns_standard_stream_file_descriptors' %files %{python_files} -%license LICENSE.ASF-2 -%doc ChangeLog doc +%license LICENSE.ASF-2 LICENSE.GPL-3 +%doc README ChangeLog doc/* %{python_sitelib}/* %changelog