Add parted and lsscsi dependencies to zfs-test

The zfault.sh and zconfig.sh test scripts requires the parted
utility, the lsscsi utility, and the scsi_debug module.  To
ensure the utilities are available they have been added as
dependencies to zfs-test package.  Checking for scsi_debug
is a little more problematic because if it's missing you will
need to build it.  For clarity the documention has been updated
to mention this.

Closes #205
Closes #206
This commit is contained in:
Brian Behlendorf 2011-04-19 15:01:37 -07:00
parent cbb1e401f9
commit 18f4238277

View File

@ -37,6 +37,7 @@ additional applications against the %{name} libraries.
%package test
Summary: ZFS File System Test Infrastructure
Group: Utilities/System
Requires: parted lsscsi
%description test
The %{name}-test package contains a test infrastructure for zpios which