From: Brian Behlendorf Date: Thu, 23 Aug 2018 16:34:34 +0000 (-0700) Subject: Add libaio-devel BuildRequires X-Git-Tag: zfs-0.8.0-rc1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55972a6724ca49d98d67a47fe0f0b28ad21260d5;p=zfs Add libaio-devel BuildRequires The zfs-test package needs a build requirement on the libaio-devel package. Without it ./configure will correctly determine that mmap_libaio cannot be built and it will be skipped. Reviewed-by: George Melikov Signed-off-by: Brian Behlendorf Closes #7821 Closes #7824 --- diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index a0a8005a1..132b0402f 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -203,6 +203,7 @@ Requires: acl Requires: sudo Requires: sysstat Requires: libaio +BuildRequires: libaio-devel AutoReqProv: no %description test