diff options
author | Brian Behlendorf <[email protected]> | 2012-04-30 13:31:05 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-04-30 13:32:07 -0700 |
commit | 3462fa279c7e821e3afdb02bf687a779a82a38ee (patch) | |
tree | d45eebf8cca0ed31a4f3e4044298d13af5dfabbc /zfs.spec.in | |
parent | b39d3b9f7be925ba9314c336099f31f508e1d940 (diff) |
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 <[email protected]>
Closes #690
Diffstat (limited to 'zfs.spec.in')
-rw-r--r-- | zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.spec.in b/zfs.spec.in index 0066c8315..2bed540b0 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 |