]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: rm reference to EOL Fedoras (< 20)
authorKen Dreyer <kdreyer@redhat.com>
Wed, 24 Jun 2015 22:37:58 +0000 (16:37 -0600)
committerNathan Cutler <ncutler@suse.com>
Mon, 26 Oct 2015 11:40:54 +0000 (12:40 +0100)
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>
(cherry picked from commit f3e4a91c458ca7b11706fe4608cb739499f5d3cc)

Conflicts:
ceph.spec.in
           added xmlstarlet dependency to ceph-test package

ceph.spec.in

index a49383d3a50e917711c89278fd7a6e2385afaa25..cf2d901f585d08470940be87a6405745167f4549 100644 (file)
@@ -324,7 +324,8 @@ Summary:    Ceph benchmarks and test tools
 Group:         System Environment/Libraries
 License:       LGPL-2.0
 Requires:      ceph-common
-%if (0%{?fedora} >= 20 || 0%{?rhel} == 6)
+Requires:      xmlstarlet
+%if (0%{?fedora} || 0%{?rhel} == 6)
 BuildRequires: lttng-ust-devel
 BuildRequires: libbabeltrace-devel
 %endif