diff --git a/tevent.changes b/tevent.changes index 4afa182..f67ba74 100644 --- a/tevent.changes +++ b/tevent.changes @@ -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 diff --git a/tevent.spec b/tevent.spec index 77585a3..86fb708 100644 --- a/tevent.spec +++ b/tevent.spec @@ -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