From 08b64ba6a05ad274220782e1aa5a37b9d4e8eafb Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Apr 05 2017 22:08:51 +0000 Subject: Fix dax engine only for x86_64 --- diff --git a/fio.spec b/fio.spec index 54e88a8..e0360f3 100644 --- a/fio.spec +++ b/fio.spec @@ -14,7 +14,9 @@ BuildRequires: libaio-devel BuildRequires: librbd1-devel BuildRequires: zlib-devel BuildRequires: librdmacm-devel +%ifarch x86_64 BuildRequires: libpmem-devel +%endif %description 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 * Wed Apr 05 2017 Eric Sandeen 2.19-2 -- Enable dev-dax engine +- Enable dev-dax engine on x86_64 * Wed Apr 05 2017 Eric Sandeen 2.19-1 - New upstream version