From 3462fa279c7e821e3afdb02bf687a779a82a38ee Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 30 Apr 2012 13:31:05 -0700 Subject: [PATCH] Add mdadm and bc dependencies The zfs-test package additionally depends on mdadm and bc to run the zfault.sh tests. Signed-off-by: Brian Behlendorf Closes #690 --- zfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs.spec.in b/zfs.spec.in index 0066c83..2bed540 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -42,7 +42,7 @@ additional applications against the %{name} libraries. %package test Summary: ZFS File System Test Infrastructure Group: Utilities/System -Requires: zfs parted lsscsi +Requires: zfs parted lsscsi mdadm bc %description test The %{name}-test package contains a test infrastructure for zpios which -- 1.8.3.1