diff options
author | Brian Behlendorf <[email protected]> | 2011-04-19 15:01:37 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-19 15:22:46 -0700 |
commit | 18f42382777b23bf84a698dea7861c943ebd5639 (patch) | |
tree | af5543e5e84dd14ec5b66f7e64830265ecc04e0f /zfs.spec.in | |
parent | cbb1e401f94d1f597274464951e5effdbc7e6887 (diff) |
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
Diffstat (limited to 'zfs.spec.in')
-rw-r--r-- | zfs.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs.spec.in b/zfs.spec.in index 4cfd3b372..be87e1d72 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -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 |