Account for RHEL as well as Fedora.
This commit is contained in:
parent
db851a1b56
commit
94df7262c6
@ -42,7 +42,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Until we get the python-multiprocessing backport packaged
|
# Until we get the python-multiprocessing backport packaged
|
||||||
%if 0%{?fedora} >= 11
|
%if 0%{?fedora} >= 11 || 0%{?rhel} > 5
|
||||||
nosetests --with-doctest
|
nosetests --with-doctest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user