mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
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 <ira@samba.org> Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
parent
2db9480fa2
commit
f3e4a91c45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user