Accepting request 896864 from home:cgiboudeaux:branches:devel:languages:python

- Fix the %doc files. README.rst is a symlink pointing to
  docs/intro.rst.

OBS-URL: https://build.opensuse.org/request/show/896864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=33
This commit is contained in:
Matej Cepl 2021-06-02 12:12:58 +00:00 committed by Git OBS Bridge
parent 713db1716c
commit 608e598ab1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 2 08:42:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Fix the %doc files. README.rst is a symlink pointing to
docs/intro.rst.
-------------------------------------------------------------------
Mon Oct 12 14:12:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -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