[pve-devel] [PATCH zfsonlinux 3/6] Add dependencies for zfs-test

Stoiko Ivanov s.ivanov at proxmox.com
Wed May 13 19:59:10 CEST 2020


From: Antonio Russo <antonio.e.russo at gmail.com>

nfs-kernel-server is required for some tests

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index d9196716..62ab6221 100644
--- a/debian/control
+++ b/debian/control
@@ -185,6 +185,7 @@ Package: zfs-test
 Section: contrib/admin
 Architecture: linux-any
 Depends: acl,
+         attr,
          bc,
          fio,
          ksh,
@@ -198,6 +199,7 @@ Depends: acl,
          zfsutils-linux (>=${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
+Recommends: nfs-kernel-server
 Breaks: zfsutils-linux (<= 0.7.9-2)
 Replaces: zfsutils-linux (<= 0.7.9-2)
 Conflicts: zutils
-- 
2.20.1





More information about the pve-devel mailing list