diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 68b3a75..c00d56c 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 2 08:42:23 UTC 2021 - Christophe Giboudeaux + +- Fix the %doc files. README.rst is a symlink pointing to + docs/intro.rst. + ------------------------------------------------------------------- Mon Oct 12 14:12:58 UTC 2020 - Marketa Calabkova diff --git a/python-wcwidth.spec b/python-wcwidth.spec index e0d41d5..41e21eb 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -85,7 +85,7 @@ sed -i 's/looponfailroots.*//' tox.ini %if ! %{with test} %files %{python_files} %license LICENSE -%doc README.rst +%doc docs/intro.rst %{python_sitelib}/* %endif