14
0
forked from pool/python-pika

Fix %files section double inclduing egg files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=18
This commit is contained in:
2018-09-21 10:09:08 +00:00
committed by Git OBS Bridge
parent 39227b41de
commit 7711f5fb6f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 21 12:08:33 CEST 2018 - mcepl@suse.com
- Fix %files section double inclduing egg files.
-------------------------------------------------------------------
Wed Sep 19 10:57:35 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -67,6 +67,5 @@ sed -i -e 's:,tests/acceptance::' setup.cfg
%license LICENSE
# You may have to add additional files here (documentation and binaries mostly)
%{python_sitelib}/%{mod_name}*
%{python_sitelib}/*.egg-info
%changelog