From: Brian Behlendorf Date: Tue, 19 Apr 2011 22:01:37 +0000 (-0700) Subject: Add parted and lsscsi dependencies to zfs-test X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=18f42382777b23bf84a698dea7861c943ebd5639;p=zfs.git 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 --- diff --git a/zfs.spec.in b/zfs.spec.in index 4cfd3b3..be87e1d 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