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

RHEL 5 and Fedora 11 builds.

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

View File

@@ -1,8 +1,8 @@
-------------------------------------------------------------------
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.
- Add tevent.pyc and pyo to the file list of python-tevent for post Centos and
RHEL 5 and Fedora 11 builds.
-------------------------------------------------------------------
Tue Apr 9 14:44:24 UTC 2013 - lmuelle@suse.com

View File

@@ -159,7 +159,7 @@ 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
%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?rhel_version} > 599
%{python_sitearch}/tevent.pyc
%{python_sitearch}/tevent.pyo
%endif