diff --git a/fio.spec b/fio.spec index fc197f3..a373d2a 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 2.99 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multithreaded IO generation tool Group: Applications/System @@ -11,12 +11,14 @@ Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libaio-devel -BuildRequires: librbd1-devel BuildRequires: zlib-devel BuildRequires: librdmacm-devel %ifarch x86_64 BuildRequires: libpmem-devel %endif +%ifnarch ppc64 +BuildRequires: librbd1-devel +%endif %description fio is an I/O tool that will spawn a number of threads or processes doing @@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/* %changelog +* Mon Jul 10 2017 Eric Sandeen 2.99-3 +- Exclude ceph-related deps on ppc64 + * Wed Jul 26 2017 Fedora Release Engineering - 2.99-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild