From d4cf31275bffeb57825b920ef8bb6cf912e5aa2b Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 15 Nov 2017 09:12:52 -0800 Subject: [PATCH] Disable automatic dependencies in zfs-test package All of the ZTS test scripts specify /bin/ksh as the interpreter. Unfortunately, as of Fedora 27 only /usr/bin/ksh is provided by the package manager. Rather than change all the scripts to accommodate the latest Fedora disable automatic dependencies for the zfs-test package. Functionally this will not cause any problems since /bin is a symlink to /usr/bin. Reviewed-by: George Melikov Signed-off-by: Brian Behlendorf Closes #6868 --- rpm/generic/zfs.spec.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index d09930881d..ac0ac8136a 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -178,10 +178,12 @@ Requires: lsscsi Requires: mdadm Requires: bc Requires: ksh -Requires: fio -Requires: acl -Requires: sudo -Requires: sysstat +Requires: fio +Requires: acl +Requires: sudo +Requires: sysstat +Requires: rng-tools +AutoReqProv: no %description test This package contains test infrastructure and support scripts for