mirror of
https://github.com/ceph/ceph
synced 2025-04-17 21:05:58 +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-argparse
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-requests
|
BuildRequires: python-requests
|
||||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
%if ( 0%{?rhel} > 0 && 0%{?rhel} < 7 ) || ( 0%{?centos} > 0 && 0%{?centos} < 7 )
|
||||||
BuildRequires: python-sphinx
|
|
||||||
%else
|
|
||||||
BuildRequires: python-sphinx10
|
BuildRequires: python-sphinx10
|
||||||
|
%else
|
||||||
|
BuildRequires: python-sphinx
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-virtualenv
|
BuildRequires: python-virtualenv
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user