From 357b522034b1099434f3397de3edd11e314a57e80d1fc81e1cad6c7b1b680ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 22 Mar 2019 10:20:04 +0000 Subject: [PATCH] Accepting request 687433 from home:jayvdb:coala:test-rig - Add missing GPL license file - Add README to %doc - Drop extra 'doc' subdirectory under %doc - Remove docutils from installed egg-info OBS-URL: https://build.opensuse.org/request/show/687433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=20 --- python-python-daemon.changes | 8 ++++++++ python-python-daemon.spec | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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