]> git.proxmox.com Git - zfsonlinux.git/blame - zfs-patches/0026-Add-libaio-devel-BuildRequires.patch
bump version to 0.7.11-pve1~bpo1
[zfsonlinux.git] / zfs-patches / 0026-Add-libaio-devel-BuildRequires.patch
CommitLineData
a010b409
SI
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Brian Behlendorf <behlendorf1@llnl.gov>
3Date: Thu, 23 Aug 2018 09:34:34 -0700
4Subject: [PATCH] Add libaio-devel BuildRequires
5
6The zfs-test package needs a build requirement on the libaio-devel
7package. Without it ./configure will correctly determine that
8mmap_libaio cannot be built and it will be skipped.
9
10Reviewed-by: George Melikov <mail@gmelikov.ru>
11Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
12Closes #7821
13Closes #7824
14
15Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
16---
17 rpm/generic/zfs.spec.in | 1 +
18 1 file changed, 1 insertion(+)
19
20diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
21index 398221c6..16c5780b 100644
22--- a/rpm/generic/zfs.spec.in
23+++ b/rpm/generic/zfs.spec.in
24@@ -197,6 +197,7 @@ Requires: sudo
25 Requires: sysstat
26 Requires: rng-tools
27 Requires: libaio
28+BuildRequires: libaio-devel
29 AutoReqProv: no
30
31 %description test