From: Ken Dreyer Date: Wed, 24 Jun 2015 22:37:58 +0000 (-0600) Subject: ceph.spec.in: rm reference to EOL Fedoras (< 20) X-Git-Tag: v9.0.3~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5082%2Fhead;p=ceph.git ceph.spec.in: rm reference to EOL Fedoras (< 20) 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 Signed-off-by: Ken Dreyer --- diff --git a/ceph.spec.in b/ceph.spec.in index d7cbaca15e8..be000b1c246 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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