]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: move python-sphinx BuildRequires to the right section 6191/head
authorNathan Cutler <ncutler@suse.com>
Tue, 29 Sep 2015 20:49:18 +0000 (22:49 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 7 Oct 2015 15:47:14 +0000 (17:47 +0200)
These belong in the section for distro-conditional dependencies.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 9d2b4b762cb76d6e3d90209112ef795a47ea80db..b38ea148062f2ae15f345f092e126232f0492477 100644 (file)
@@ -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.
 
 
 #################################################################################