summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-09-08 08:06:09 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-09-08 08:06:09 -0500
commit19c8c4ed2a9d28917d79430844c921e2b029d34f (patch)
treea4bd9edf12af1888f3ea46841cf93892a713435c /misc
parent88c11f4b6f43b4be9eb4de6ef3965ecac9033ac4 (diff)
downloadbcfg2-19c8c4ed2a9d28917d79430844c921e2b029d34f.tar.gz
bcfg2-19c8c4ed2a9d28917d79430844c921e2b029d34f.tar.bz2
bcfg2-19c8c4ed2a9d28917d79430844c921e2b029d34f.zip
bcfg2.spec: Package is still called python-sphinx10 in RHEL6
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 2519517d8..0c5ebbcc0 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -30,7 +30,7 @@ BuildRequires: %{lxmldep}
# %{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
+%if "%{_vendor}" == "redhat" && 0%{?rhel} <= 6
BuildRequires: python-sphinx10
# the python-sphinx10 package doesn't set sys.path correctly, so we
# have to do it for them