mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #4287 from dachary/wip-sphinx
spec.in: sphinx -b man needs sphinx > 1.0 (part 2) Reviewed-by: Owen Synge <osynge@suse.com>
This commit is contained in:
commit
eaeada55a7
@ -75,10 +75,10 @@ BuildRequires: python
|
||||
BuildRequires: python-argparse
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-requests
|
||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
||||
BuildRequires: python-sphinx
|
||||
%else
|
||||
%if ( 0%{?rhel} > 0 && 0%{?rhel} < 7 ) || ( 0%{?centos} > 0 && 0%{?centos} < 7 )
|
||||
BuildRequires: python-sphinx10
|
||||
%else
|
||||
BuildRequires: python-sphinx
|
||||
%endif
|
||||
BuildRequires: python-virtualenv
|
||||
BuildRequires: util-linux
|
||||
|
Loading…
Reference in New Issue
Block a user