Account for RHEL as well as Fedora.

This commit is contained in:
Toshio くらとみ 2009-06-15 16:47:51 +00:00
parent db851a1b56
commit 94df7262c6

View File

@ -42,7 +42,7 @@ rm -rf $RPM_BUILD_ROOT
%check
# Until we get the python-multiprocessing backport packaged
%if 0%{?fedora} >= 11
%if 0%{?fedora} >= 11 || 0%{?rhel} > 5
nosetests --with-doctest
%endif