From 18f42382777b23bf84a698dea7861c943ebd5639 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 19 Apr 2011 15:01:37 -0700 Subject: [PATCH] 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 --- zfs.spec.in | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1