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
|
||||
# Until we get the python-multiprocessing backport packaged
|
||||
%if 0%{?fedora} >= 11
|
||||
%if 0%{?fedora} >= 11 || 0%{?rhel} > 5
|
||||
nosetests --with-doctest
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user