]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: rm reference to EOL Fedoras (< 20) 5082/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 24 Jun 2015 22:37:58 +0000 (16:37 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 24 Jun 2015 22:43:53 +0000 (16:43 -0600)
Fedora 19 is EOL, so there's no need to refer to Fedoras less than 20.
"%{fedora}" effectively implies "Fedora 20 and above".

Reported-by: Ira Cooper <ira@samba.org>
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph.spec.in

index d7cbaca15e8323e1d37167a606a91a1300a67e80..be000b1c246eb32a3a34e450b6834a4553f3f2e2 100644 (file)
@@ -354,7 +354,7 @@ Group:              System Environment/Libraries
 License:       LGPL-2.0
 Requires:      ceph-common
 Requires:      xmlstarlet
-%if (0%{?fedora} >= 20 || 0%{?rhel} == 6)
+%if (0%{?fedora} || 0%{?rhel} == 6)
 BuildRequires: lttng-ust-devel
 BuildRequires: libbabeltrace-devel
 %endif