From 4aafa389cd3367676255fc0ea4b39199ba355c10 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 13 Apr 2015 15:32:21 -0600 Subject: BR: librbd1-devel for Ceph support --- fio.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fio.spec b/fio.spec index efa09c7..902ab2d 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 2.2.6 -Release: 1%{?dist} +Release: 1%{?dist}.ceph Summary: Multithreaded IO generation tool Group: Applications/System @@ -11,6 +11,11 @@ Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libaio-devel +%if 0%{el6} +BuildRequires: ceph-devel +%else +BuildRequires: librbd1-devel +%endif %description fio is an I/O tool that will spawn a number of threads or processes doing @@ -42,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/* %changelog +* Mon Apr 13 2015 Ken Dreyer - 2.2.6-1.ceph +- BR: librbd1-devel for Ceph support + * Fri Apr 10 2015 Eric Sandeen 2.2.6-1 - New upstream version -- cgit