Fix dax engine only for x86_64
This commit is contained in:
parent
255594227b
commit
08b64ba6a0
4
fio.spec
4
fio.spec
@ -14,7 +14,9 @@ BuildRequires: libaio-devel
|
|||||||
BuildRequires: librbd1-devel
|
BuildRequires: librbd1-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: librdmacm-devel
|
BuildRequires: librdmacm-devel
|
||||||
|
%ifarch x86_64
|
||||||
BuildRequires: libpmem-devel
|
BuildRequires: libpmem-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
|
||||||
@ -48,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 05 2017 Eric Sandeen <sandeen@redhat.com> 2.19-2
|
* Wed Apr 05 2017 Eric Sandeen <sandeen@redhat.com> 2.19-2
|
||||||
- Enable dev-dax engine
|
- Enable dev-dax engine on x86_64
|
||||||
|
|
||||||
* Wed Apr 05 2017 Eric Sandeen <sandeen@redhat.com> 2.19-1
|
* Wed Apr 05 2017 Eric Sandeen <sandeen@redhat.com> 2.19-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
Loading…
Reference in New Issue
Block a user