Add tevent.pyc and pyo to the file list of python-tevent for Centos and RHEL

6 builds.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=22
This commit is contained in:
Lars Müller 2013-07-02 11:53:40 +00:00 committed by Git OBS Bridge
parent 74f7a5aeeb
commit 0b36926388
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 2 11:47:29 UTC 2013 - lmuelle@suse.com
- Add tevent.pyc and pyo to the file list of python-tevent for Centos and RHEL
6 builds.
-------------------------------------------------------------------
Tue Apr 9 14:44:24 UTC 2013 - lmuelle@suse.com

View File

@ -159,5 +159,9 @@ find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;
%attr(0755,root,root)
%{python_sitearch}/tevent.py
%{python_sitearch}/_tevent.so
%if 0%{?centos_version} == 600 || 0%{?rhel_version} == 600
%{python_sitearch}/tevent.pyc
%{python_sitearch}/tevent.pyo
%endif
%changelog