[python-nose] Fix incorrect macro conditional

Toshio くらとみ toshio at fedoraproject.org
Wed Nov 16 01:20:36 UTC 2011


commit 0c3f2b41d369dc1d737306ec14e6db55655df8cc
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Nov 15 17:20:02 2011 -0800

    Fix incorrect macro conditional

 python-nose.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-nose.spec b/python-nose.spec
index bf6cff7..a4f278c 100644
--- a/python-nose.spec
+++ b/python-nose.spec
@@ -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


More information about the scm-commits mailing list