From: Loic Dachary Date: Thu, 2 Apr 2015 23:38:15 +0000 (+0200) Subject: spec.in: sphinx -b man needs sphinx > 1.0 X-Git-Tag: v9.0.0~46^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8eab36cb0aef8e83ec1c2e57684143bcf800ff7;p=ceph.git spec.in: sphinx -b man needs sphinx > 1.0 It is used to build the man pages. Signed-off-by: Loic Dachary --- diff --git a/ceph.spec.in b/ceph.spec.in index cbd9004ba90d..eeb622cb77a6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -75,7 +75,11 @@ BuildRequires: python BuildRequires: python-argparse BuildRequires: python-nose BuildRequires: python-requests +%if 0%{?rhel} >= 7 || 0%{?fedora} BuildRequires: python-sphinx +%else +BuildRequires: python-sphinx10 +%endif BuildRequires: python-virtualenv BuildRequires: util-linux BuildRequires: xfsprogs