Add parted and lsscsi dependencies to zfs-test
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Apr 2011 22:01:37 +0000 (15:01 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Apr 2011 22:22:46 +0000 (15:22 -0700)
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

zfs.spec.in

index 4cfd3b3..be87e1d 100644 (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