Re-enable ceph on ppc64, disable rdma on 32-bit ARM (#1484155)
This commit is contained in:
parent
5cfff95250
commit
cc55c78867
10
fio.spec
10
fio.spec
@ -1,6 +1,6 @@
|
|||||||
Name: fio
|
Name: fio
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Multithreaded IO generation tool
|
Summary: Multithreaded IO generation tool
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -12,13 +12,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
%ifnarch %{arm}
|
||||||
BuildRequires: librdmacm-devel
|
BuildRequires: librdmacm-devel
|
||||||
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
BuildRequires: libpmem-devel
|
BuildRequires: libpmem-devel
|
||||||
%endif
|
%endif
|
||||||
%ifnarch ppc64
|
|
||||||
BuildRequires: librbd1-devel
|
BuildRequires: librbd1-devel
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
fio is an I/O tool that will spawn a number of threads or processes doing
|
fio is an I/O tool that will spawn a number of threads or processes doing
|
||||||
@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/%{name}/*
|
%{_datadir}/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 25 2017 Adam Williamson <awilliam@redhat.com> - 3.0-3
|
||||||
|
- Re-enable ceph deps on ppc64 (it's building again)
|
||||||
|
- Disable RDMA support on 32-bit ARM (#1484155)
|
||||||
|
|
||||||
* Thu Aug 17 2017 Eric Sandeen <sandeen@redhat.com> 3.0-2
|
* Thu Aug 17 2017 Eric Sandeen <sandeen@redhat.com> 3.0-2
|
||||||
- Include more files as doc (#1482372)
|
- Include more files as doc (#1482372)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user