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 <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #7821
Closes #7824
This commit is contained in:
Brian Behlendorf 2018-08-23 09:34:34 -07:00 committed by Tony Hutter
parent c1629734ab
commit 75318ec497

View File

@ -197,6 +197,7 @@ Requires: sudo
Requires: sysstat Requires: sysstat
Requires: rng-tools Requires: rng-tools
Requires: libaio Requires: libaio
BuildRequires: libaio-devel
AutoReqProv: no AutoReqProv: no
%description test %description test