From 2454e8c8a0db477b83817ca3fbe1a1b7622c454d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 13 Mar 2012 09:52:28 -0500 Subject: bcfg2.spec: Fix pythonpath detection on older versions of sphinx Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index f19b7ae8c..0c726bed0 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -42,11 +42,11 @@ BuildRequires: libsane1 # %{rhel} wasn't set before rhel 6. so this checks for old RHEL # %systems (and potentially very old Fedora systems, too) -%if "%{_vendor}" == "redhat" && 0%{?rhel} <= 6 && 0%{?fedora} == 0 +%if "%{_vendor}" == "redhat" && 0%{?rhel} < 6 && 0%{?fedora} == 0 BuildRequires: python-sphinx10 # the python-sphinx10 package doesn't set sys.path correctly, so we # have to do it for them -%define pythonpath /usr/lib/python%{py_ver}/site-packages/Sphinx-1.0.4-py%{py_ver}.egg +%define pythonpath %(find /usr/lib/python%{py_ver}/site-packages -name %Sphinx*.egg) %else BuildRequires: python-sphinx >= 0.6 %endif -- cgit v1.2.3-1-g7c22