Fix incorrect macro conditional

f38
Toshio Kuratomi 13 years ago
parent dd468bdebe
commit 0c3f2b41d3

@ -1,4 +1,4 @@
%if 0%{?rhel} < 13 && 0%{?rhel} < 5
%if 0%{?rhel} && 0%{?rhel} < 5
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_version: %global python_version %(%{__python} -c "import sys ; print sys.version[:3]")}
%endif

Loading…
Cancel
Save