summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2018-08-23 09:34:34 -0700
committerGitHub <[email protected]>2018-08-23 09:34:34 -0700
commit55972a6724ca49d98d67a47fe0f0b28ad21260d5 (patch)
treea733e9b8d7ffab5bb2cd786f9014533adce460a5
parentc434d8806cfdf33a4a0b0ab24fb8e35a7b6811ee (diff)
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 <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #7821 Closes #7824
-rw-r--r--rpm/generic/zfs.spec.in1
1 files changed, 1 insertions, 0 deletions
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