From 66c737aa2b90516198e695ce4f101d37cfa60fe6c3736228f697faf155c0643e Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Sun, 24 Jan 2021 08:08:59 +0000 Subject: [PATCH] - Fix package build failure due to -doc package not being marked with %python_files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rtmidi?expand=0&rev=9 --- python-python-rtmidi.changes | 6 ++++++ python-python-rtmidi.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-python-rtmidi.changes b/python-python-rtmidi.changes index 7b7b53d..fca44d6 100644 --- a/python-python-rtmidi.changes +++ b/python-python-rtmidi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 24 08:07:30 UTC 2021 - Mia Herkt + +- Fix package build failure due to -doc package not being marked + with %python_files + ------------------------------------------------------------------- Thu Oct 15 22:22:27 UTC 2020 - Mia Herkt diff --git a/python-python-rtmidi.spec b/python-python-rtmidi.spec index 00f3907..7a5d766 100644 --- a/python-python-rtmidi.spec +++ b/python-python-rtmidi.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-rtmidi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -86,7 +86,7 @@ rm docs/_build/html/.buildinfo docs/_build/html/objects.inv %doc AUTHORS.rst CHANGELOG.rst README.rst %{python_sitearch}/* -%files doc +%files %{python_files doc} %doc docs/_build/html examples %changelog