From 5a11d7618e65f5e4e76d6ecf9c1d7b752041945f Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 29 Sep 2015 22:49:18 +0200 Subject: [PATCH] ceph.spec.in: move python-sphinx BuildRequires to the right section These belong in the section for distro-conditional dependencies. Signed-off-by: Nathan Cutler --- ceph.spec.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 9d2b4b762cb76..b38ea148062f2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -119,13 +119,6 @@ BuildRequires: pkgconfig BuildRequires: python BuildRequires: python-nose BuildRequires: python-requests -%if 0%{?rhel} > 0 && 0%{?rhel} < 7 -BuildRequires: python-sphinx10 -%endif -%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 7 -BuildRequires: python-sphinx -%endif - BuildRequires: python-virtualenv BuildRequires: snappy-devel BuildRequires: util-linux @@ -200,11 +193,18 @@ BuildRequires: FastCGI-devel BuildRequires: expat-devel BuildRequires: fcgi-devel %endif +# python-sphinx +%if 0%{?rhel} > 0 && 0%{?rhel} < 7 +BuildRequires: python-sphinx10 +%endif +%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 7 +BuildRequires: python-sphinx +%endif + %description -Ceph is a massively scalable, open-source, distributed -storage system that runs on commodity hardware and delivers object, -block and file system storage. +Ceph is a massively scalable, open-source, distributed storage system that runs +on commodity hardware and delivers object, block and file system storage. ################################################################################# -- 2.39.5